summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsatellit_installer/satellit_installer4
1 files changed, 2 insertions, 2 deletions
diff --git a/satellit_installer/satellit_installer b/satellit_installer/satellit_installer
index 7a219bf..84f131a 100755
--- a/satellit_installer/satellit_installer
+++ b/satellit_installer/satellit_installer
@@ -209,8 +209,8 @@ finalize # Cleaning script; finalize script will delete itself.
[ "$NODELETE_SOURCE" != "true" ] && { echo "#"; echo "# Deleting source directory..."; rm -rf "$BASEDIR"; echo "# done."; } \
|| { echo "#"; echo "# Not deleting source directory; nodelete option was given."; }
-echo "Warte auf eventuelle Hintergrundprozesse."
+echo "Warte vor Beendigung auf eventuelle Hintergrundprozesse."
+echo "iPXE-Kompilationslog wurde nach /tmp/ipxesuccess geschrieben."
wait
-cat /tmp/ipxesuccess | tee -a /root/init.log && rm /tmp/ipxesuccess
exit 0