diff options
author | Simon Rettberg | 2023-10-23 09:38:21 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-10-23 09:38:21 +0200 |
commit | 95632fc50dae66e38e1c7879903a80157bb5c37d (patch) | |
tree | e6f2616a0c017cf3c189fa8bf67020b28eb109b5 /satellit_installer | |
parent | [SSPS] bashrc: No more ifconfig; fix prompt char #/$ (diff) | |
download | setup-scripts-95632fc50dae66e38e1c7879903a80157bb5c37d.tar.gz setup-scripts-95632fc50dae66e38e1c7879903a80157bb5c37d.tar.xz setup-scripts-95632fc50dae66e38e1c7879903a80157bb5c37d.zip |
[SSPS] Fix name of firtboot log file
Diffstat (limited to 'satellit_installer')
-rwxr-xr-x | satellit_installer/static_files/system/opt/openslx/firstboot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/satellit_installer/static_files/system/opt/openslx/firstboot.sh b/satellit_installer/static_files/system/opt/openslx/firstboot.sh index 7ef2bfc..8c94648 100755 --- a/satellit_installer/static_files/system/opt/openslx/firstboot.sh +++ b/satellit_installer/static_files/system/opt/openslx/firstboot.sh @@ -11,7 +11,7 @@ perror() { WARNING! firstboot.sh has thrown an error! - Please read /opt/openslx/firstrun.log and take appropriate measures! + Please read /opt/openslx/firstboot.log and take appropriate measures! This server may not work correctly! EOF @@ -20,7 +20,7 @@ perror() { } # Logfile -exec &> /opt/openslx/firstrun.log +exec &> /opt/openslx/firstboot.log echo "+++ $(basename "$0") gestartet: $(date "+%Y-%m-%d %H:%m:%S")" |