Bläddra i källkod

Restart the tox node after update

Bob Mottram 10 år sedan
förälder
incheckning
9f42f04d9f
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/freedombone

+ 1
- 0
src/freedombone Visa fil

9286
   echo '    ./configure --enable-daemon' >> /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
+  echo '    systemctl restart tox-bootstrapd.service' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9289
   echo 'fi' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9290
   echo 'fi' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9290
 
9291
 
9291
   echo '# update email encryption script' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
9292
   echo '# update email encryption script' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME