Restart cron
This commit is contained in:
parent
6e64f0b88a
commit
16b5016b06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue