Enable daemon in upgrade script
This commit is contained in:
parent
88709ff42a
commit
b6d72a3b2c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue