Reset Timings

This commit is contained in:
Conor 2021-06-11 03:06:42 +01:00
parent 5fa6f75515
commit 9615ecab14
Signed by: CADawg
GPG Key ID: A28C6F51829932B9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ else
# Crontab setup for restart script
crontab -l > mycron
echo "0 0 * * * $DIRX/instances/restart.sh > /dev/null 2>&1" >> mycron
echo "*/5 * * * * $DIRX/instances/restart.sh > /dev/null 2>&1" >> mycron
crontab mycron
rm mycron