pass
This commit is contained in:
parent
f436077acd
commit
6a7c7bfab1
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/bash
|
||||
sudo /bin/bash -c 'echo "30 23 * * * root /root/medicine-config/medicine-remd/update.sh" >> /etc/crontab'
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue