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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user