update
This commit is contained in:
parent
c4ae98019e
commit
468adc552e
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
sudo crontab <<-EOF
|
sudo crontab <<-EOF
|
||||||
`sudo crontab -l`
|
|
||||||
0 */1 * * * systemctl restart supervisor
|
0 */1 * * * systemctl restart supervisor
|
||||||
0 0 * * * /sbin/reboot
|
0 0 * * * /sbin/reboot
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue