From 9f42f04d9f757d92aca5456ecfad88d3d903a0b1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 11 Jul 2015 15:36:25 +0100 Subject: [PATCH] Restart the tox node after update --- src/freedombone | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone b/src/freedombone index 82d84236..a0893485 100755 --- a/src/freedombone +++ b/src/freedombone @@ -9286,6 +9286,7 @@ function create_upgrade_script { 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 + echo ' systemctl restart tox-bootstrapd.service' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME echo 'fi' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME echo '# update email encryption script' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME