„run.sh“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-29 04:07:41 +00:00
parent 53cea3c2e7
commit 94f8682e64

2
run.sh
View File

@@ -7,7 +7,7 @@ if [ ${RUN_NOW:-0} -ne 0 ]; then
/backup.sh
fi
# Create and install crontab file
echo "$CRON_INTERVAL /backup.sh" >> /backup.cron
echo "$CRON_INTERVAL /backup.sh" > /backup.cron
crontab /backup.cron