Browse Source

Restart the tox node after update

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

+ 1
- 0
src/freedombone View File

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