From 181654ecf175ec8a82f459a45eda37617dfbe341 Mon Sep 17 00:00:00 2001 From: Frederik <5511687+fightforlife@users.noreply.github.com> Date: Sun, 30 Jan 2022 17:38:13 +0100 Subject: [PATCH] Update docker-entry.sh --- docker-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entry.sh b/docker-entry.sh index 97f0ffc..4b03855 100644 --- a/docker-entry.sh +++ b/docker-entry.sh @@ -27,7 +27,7 @@ fi if [[ -z "${CRON_SCHEDULE}" ]]; then echo "No cron schedule found." else - echo '$CRON_SCHEDULE /usr/bin/python3 /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf' > /etc/crontabs/root + echo "${CRON_SCHEDULE} /usr/bin/python3 /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf" > /etc/crontabs/root fi