From 94f8682e64c5bcaac52fae929ad788fa20009e61 Mon Sep 17 00:00:00 2001 From: matthias Date: Fri, 29 Jan 2021 04:07:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Erun.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 7c7cde0..8f29708 100644 --- a/run.sh +++ b/run.sh @@ -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