agri_xumu/cron_set.sh

7 lines
104 B
Bash
Raw Normal View History

2024-02-27 09:59:28 +08:00
#!/bin/bash
set -e
sudo crontab <<-EOF
`sudo crontab -l`
0 * * * * bash /home/admin/cron/del_log.sh
EOF