#!/bin/bash set -e sudo crontab <<-EOF `sudo crontab -l` 0 * * * * bash /home/admin/cron/del_log.sh EOF