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