summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/10-script_dropper.inc
diff options
context:
space:
mode:
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
}