Browse Source

Enable daemon in upgrade script

Bob Mottram 10 years ago
parent
commit
b6d72a3b2c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -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