Update the baseimage rc.local if needed

This commit is contained in:
Richard Goodwin
2018-10-26 10:07:26 -05:00
parent 31d19b7c00
commit 95d641cd2b

View File

@@ -48,6 +48,7 @@ function headless_setup_mark_setup_success () {
rm /boot/TESLAUSB_SETUP_STARTED
touch /boot/TESLAUSB_SETUP_FINISHED
sed -i'.bak' -e "s/TEMPARCHIVESERVER/$archiveserver/g" /etc/rc.local
setup_progress "Main setup completed. Remounting file systems read only."
fi
}