1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2023-11-25 18:13:06 +10:00
parent f436077acd
commit 6a7c7bfab1
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
#!/bin/bash #!/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