1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2023-11-25 19:52:19 +10:00
parent 6a7c7bfab1
commit 48432e839a
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
sudo echo "30 23 * * * root /root/medicine-config/medicine-remd/update.sh" > /etc/cron.d/medicine_remd_update (crontab -l 2>/dev/null; echo "30 23 * * * root /root/medicine-config/medicine-remd/update.sh") | crontab -
sudo chmod 600 /etc/cron.d/medicine_remd_update