[HOTFIX] Fix CRON_SCHEDULE env var
This commit is contained in:
parent
4f8490d88c
commit
cc3a36e66a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ else
|
|||
fi
|
||||
|
||||
# set up cron
|
||||
if [ "$CRON_SCHEDULE" == "" ] ; then
|
||||
if [ "$CRON_SCHEDULE" != "" ] ; then
|
||||
[[ ! -e "$CRON_SCRIPT" ]] && \
|
||||
cp /defaults/cron "$CRON_SCRIPT"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue