Restart cron

This commit is contained in:
Bob Mottram 2016-04-09 21:06:09 +01:00
parent 6e64f0b88a
commit 16b5016b06
1 changed files with 1 additions and 0 deletions

View File

@ -6281,6 +6281,7 @@ function install_syncthing {
if ! grep -q "syncthing" /etc/crontab; then
echo "*/1 * * * * root /usr/local/bin/freedombone-syncthing > /dev/null" >> /etc/crontab
systemctl restart cron
fi
echo 'install_syncthing' >> $COMPLETION_FILE