more
This commit is contained in:
parent
fcea26c1bf
commit
35778b250c
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@ if [ "$CRON_SCHEDULE" != "" ] ; then
|
|||
[[ ! -e "$CRON_SCRIPT" ]] && \
|
||||
cp /defaults/cron "$CRON_SCRIPT"
|
||||
|
||||
cp /defaults/cron_wrapper "$DEFAULT_WORKSPACE/.cron_wrapper"
|
||||
cp /defaults/cron_wrapper "$CRON_WRAPPER_SCRIPT"
|
||||
chmod +x "$CRON_WRAPPER_SCRIPT"
|
||||
chown abc:abc "$CRON_WRAPPER_SCRIPT"
|
||||
|
||||
CRON_SCHEDULE_CLEAN="${CRON_SCHEDULE//\"/}"
|
||||
CRON_SCHEDULE_CLEAN="${CRON_SCHEDULE_CLEAN//\'/}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue