summaryrefslogtreecommitdiffstats
path: root/satellit_installer/satellit_installer
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/satellit_installer')
-rwxr-xr-xsatellit_installer/satellit_installer5
1 files changed, 5 insertions, 0 deletions
diff --git a/satellit_installer/satellit_installer b/satellit_installer/satellit_installer
index 85d5114..93f9c69 100755
--- a/satellit_installer/satellit_installer
+++ b/satellit_installer/satellit_installer
@@ -141,6 +141,7 @@ install_dnbd3-server "$DNBD3DIR"
install_taskmanager "$TASKMANDIR"
install_ipxe "$IPXEDIR"
+compile_ipxe &> /tmp/ipxesuccess &
# $1: tar.gz-file, $2: unpacking to directory
unpack_tar_gz "$BASEDIR/static_files/slx-admin.tar.gz" "-C $WWWDIR/slx-admin"
@@ -208,4 +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."
+wait
+cat /tmp/ipxesuccess && rm /tmp/ipxesuccess
+
exit 0