diff --git a/src/freedombone b/src/freedombone index 3fe57fd3..df61826d 100755 --- a/src/freedombone +++ b/src/freedombone @@ -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