pass
This commit is contained in:
parent
6a7c7bfab1
commit
48432e839a
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo echo "30 23 * * * root /root/medicine-config/medicine-remd/update.sh" > /etc/cron.d/medicine_remd_update
|
||||
sudo chmod 600 /etc/cron.d/medicine_remd_update
|
||||
(crontab -l 2>/dev/null; echo "30 23 * * * root /root/medicine-config/medicine-remd/update.sh") | crontab -
|
||||
Loading…
Reference in New Issue