summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-10-23 09:38:21 +0200
committerSimon Rettberg2023-10-23 09:38:21 +0200
commit95632fc50dae66e38e1c7879903a80157bb5c37d (patch)
treee6f2616a0c017cf3c189fa8bf67020b28eb109b5
parent[SSPS] bashrc: No more ifconfig; fix prompt char #/$ (diff)
downloadsetup-scripts-95632fc50dae66e38e1c7879903a80157bb5c37d.tar.gz
setup-scripts-95632fc50dae66e38e1c7879903a80157bb5c37d.tar.xz
setup-scripts-95632fc50dae66e38e1c7879903a80157bb5c37d.zip
[SSPS] Fix name of firtboot log file
-rwxr-xr-xsatellit_installer/static_files/system/opt/openslx/firstboot.sh4
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")"