Enable daemon in upgrade script

This commit is contained in:
Bob Mottram 2015-07-11 15:28:12 +01:00
parent 88709ff42a
commit b6d72a3b2c
1 changed files with 1 additions and 1 deletions

View File

@ -9283,7 +9283,7 @@ function create_upgrade_script {
echo 'git stash' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
echo 'git pull' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
echo 'autoreconf -i' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
echo './configure' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
echo './configure --enable-daemon' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
echo 'make' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
echo 'make install' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
fi