pass
This commit is contained in:
parent
6a7c7bfab1
commit
48432e839a
|
|
@ -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
|
|
||||||
Loading…
Reference in New Issue