mirror of
https://github.com/kaboomserver/framework.git
synced 2024-11-24 16:18:04 -05:00
Update crontab paths
This commit is contained in:
parent
c3d53b20d0
commit
0dc3436cd5
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
@reboot su server -c "$HOME/framework/script/init.sh"
|
||||
0 0 * * * su server -c "$HOME/framework/script/reset.sh" && reboot
|
||||
@reboot su server -c "/home/server/framework/script/init.sh"
|
||||
0 0 * * * su server -c "/home/server/framework/script/reset.sh" && reboot
|
||||
|
|
Loading…
Reference in a new issue