1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-06-11 20:59:58 +10:00
parent cc43145aed
commit 4a9e1510eb
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
echo $PATH; echo $PATH;
(cd /root/medicine-config/medicine && docker-compose ps)