summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rößler2015-02-25 16:16:27 +0100
committerChristian Rößler2015-02-25 16:16:27 +0100
commit3ae4e8ed8c7f1ef958e1785618310abe9af69ba0 (patch)
tree60389508a8763b6e3ec11b326148369ac6d42424
parent[SSPS] Little bug: script start not deleted prom /root/.profile (diff)
downloadsetup-scripts-3ae4e8ed8c7f1ef958e1785618310abe9af69ba0.tar.gz
setup-scripts-3ae4e8ed8c7f1ef958e1785618310abe9af69ba0.tar.xz
setup-scripts-3ae4e8ed8c7f1ef958e1785618310abe9af69ba0.zip
[SSPS] forget to unlink in firstrun_script.sh
-rw-r--r--satellit_installer/static_files/firstrun_script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_installer/static_files/firstrun_script.sh b/satellit_installer/static_files/firstrun_script.sh
index a39180e..e4fe5fa 100644
--- a/satellit_installer/static_files/firstrun_script.sh
+++ b/satellit_installer/static_files/firstrun_script.sh
@@ -32,4 +32,5 @@ YONDERDOC
sleep 4
sed -i "/firstrun_script.sh/d" /root/.profile
+unlink /root/installer/firstrun_script.sh
reboot