pass
This commit is contained in:
parent
cc43145aed
commit
4a9e1510eb
|
|
@ -53,7 +53,7 @@
|
||||||
30 23 * * * /root/medicine-config/medicine-remd/update.sh
|
30 23 * * * /root/medicine-config/medicine-remd/update.sh
|
||||||
00 00 * * * /root/medicine-config/scripts/docker-cleanup.sh
|
00 00 * * * /root/medicine-config/scripts/docker-cleanup.sh
|
||||||
|
|
||||||
* * * * * /root/medicine-config/scripts/check-crontab.sh >> /var/log/check-crontab.log 2>&1
|
* * * * * /root/medicine-config/scripts/crontab-check.sh >> /var/log/crontab-check.sh 2>&1
|
||||||
|
|
||||||
sudo timedatectl set-timezone Asia/Vladivostok
|
sudo timedatectl set-timezone Asia/Vladivostok
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo $PATH;
|
echo $PATH;
|
||||||
|
(cd /root/medicine-config/medicine && docker-compose ps)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue