summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/10-script_dropper.inc
diff options
context:
space:
mode:
authorChristian Rößler2015-02-25 15:39:59 +0100
committerChristian Rößler2015-02-25 15:39:59 +0100
commit0f09b66832a9ce2bee2840de8a22950a67d7fe02 (patch)
tree1b9e7596025f88b8bb8dc5283329ae5220372611 /satellit_installer/includes/10-script_dropper.inc
parent[SSPS] Some more stuff moved, bug fix (diff)
downloadsetup-scripts-0f09b66832a9ce2bee2840de8a22950a67d7fe02.tar.gz
setup-scripts-0f09b66832a9ce2bee2840de8a22950a67d7fe02.tar.xz
setup-scripts-0f09b66832a9ce2bee2840de8a22950a67d7fe02.zip
[SSPS] Little bug fixed (script naming)
Diffstat (limited to 'satellit_installer/includes/10-script_dropper.inc')
-rw-r--r--satellit_installer/includes/10-script_dropper.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/satellit_installer/includes/10-script_dropper.inc b/satellit_installer/includes/10-script_dropper.inc
index a174de3..e43bffb 100644
--- a/satellit_installer/includes/10-script_dropper.inc
+++ b/satellit_installer/includes/10-script_dropper.inc
@@ -3,7 +3,7 @@ patch_profile() {
echo "# first_run script already in root's .profile, doing nothing."
else
echo "# Patching root's .profile"
- echo "/root/installer/firstrun.sh" >> /root/.profile
+ echo "/root/installer/firstrun_script.sh" >> /root/.profile
fi
}
@@ -13,7 +13,7 @@ drop_script() {
cat "${BASEDIR}/includes/00-dirs.inc" "${CONFIGDIR}/config" > "/root/installer/config"
chmod 0600 /root/installer/config
cp "${BASEDIR}/static_files/firstrun_script.sh" "${BASEDIR}/static_files/rclocal_script.sh" /root/installer/
- chmod u+x /root/installer/firstrun.sh /root/installer/rclocal_script.sh
+ chmod u+x /root/installer/firstrun_script.sh /root/installer/rclocal_script.sh
}