Restart the tox node after update

This commit is contained in:
Bob Mottram 2015-07-11 15:36:25 +01:00
parent 71c45c7585
commit 9f42f04d9f
1 changed files with 1 additions and 0 deletions

View File

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