From 95632fc50dae66e38e1c7879903a80157bb5c37d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 23 Oct 2023 09:38:21 +0200 Subject: [SSPS] Fix name of firtboot log file --- satellit_installer/static_files/system/opt/openslx/firstboot.sh | 4 ++-- 1 file 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")" -- cgit v1.2.3-55-g7522