fix: Correct services summary file path to user home directory

- Change summary file location from /root/nas_services.txt to ~/nas_services.txt
- Use SUDO_USER environment variable to determine correct user home directory
- Update README.md to reflect the correct path for the services summary file
- Ensure file is created in the home directory of the user who ran sudo
This commit is contained in:
Mărcziem ™
2025-10-03 13:10:54 +02:00
parent 0253b226a4
commit 5a0a2401ce
3 changed files with 181 additions and 21 deletions

View File

@@ -127,6 +127,14 @@ chmod +x tests/unit_tests.sh
./tests/unit_tests.sh
```
### 5. Check Installation Summary
```bash
# View the services summary file created during installation
cat ~/nas_services.txt
# This file contains all service URLs, ports, and access information
```
## ⚙️ Configuration
The script guides you through an interactive configuration: