Kaynağa Gözat

Enable daemon in upgrade script

Bob Mottram 10 yıl önce
ebeveyn
işleme
b6d72a3b2c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Dosyayı Görüntüle

9283
       echo 'git stash' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9283
       echo 'git stash' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9284
       echo 'git pull' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9284
       echo 'git pull' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9285
       echo 'autoreconf -i' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
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
       echo 'make' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9287
       echo 'make' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9288
       echo 'make install' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9288
       echo 'make install' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9289
   fi
9289
   fi