Skip to content

Commit

Permalink
Update docker-entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fightforlife authored Jan 30, 2022
1 parent f6b533e commit 181654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 181654e

Please sign in to comment.