diff options
-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")" |