summaryrefslogtreecommitdiffstats
path: root/satellit_installer/satellit_installer
diff options
context:
space:
mode:
authorChristian Rößler2018-05-07 17:04:39 +0200
committerChristian Rößler2018-05-07 17:04:39 +0200
commitf0b8cc7d0288f7425adc7bbc183d93d2621fd69f (patch)
treebfee306ab9b363ea81db9d6d7d6cbfd6a43b983e /satellit_installer/satellit_installer
parent[SSPS] Some unneeded stuff deleted (diff)
downloadsetup-scripts-f0b8cc7d0288f7425adc7bbc183d93d2621fd69f.tar.gz
setup-scripts-f0b8cc7d0288f7425adc7bbc183d93d2621fd69f.tar.xz
setup-scripts-f0b8cc7d0288f7425adc7bbc183d93d2621fd69f.zip
[SSPS] Leetle bug, some ipxe message stuff
Diffstat (limited to 'satellit_installer/satellit_installer')
-rwxr-xr-xsatellit_installer/satellit_installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/satellit_installer b/satellit_installer/satellit_installer
index a113605..7a219bf 100755
--- a/satellit_installer/satellit_installer
+++ b/satellit_installer/satellit_installer
@@ -211,6 +211,6 @@ finalize # Cleaning script; finalize script will delete itself.
echo "Warte auf eventuelle Hintergrundprozesse."
wait
-cat /tmp/ipxesuccess && rm /tmp/ipxesuccess
+cat /tmp/ipxesuccess | tee -a /root/init.log && rm /tmp/ipxesuccess
exit 0