„run.sh“ hinzufügen

This commit is contained in:
2019-10-12 06:11:53 +00:00
parent 2d8ce07e43
commit 18b7c166d7

8
run.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
# Create and install crontab file
echo "$CRON_INTERVAL /backup.sh" >> /backup.cron
crontab /backup.cron
crond -f -d 8