entry.sh 152 B

12345678
  1. #!/bin/sh -x
  2. # Import cron file
  3. #/usr/bin/crontab /root/restic/crontab.txt
  4. echo "$CRONTAB" | crontab -
  5. # Start cron
  6. /usr/sbin/crond -f -L /dev/stdout