diff options
Diffstat (limited to 'docker/start.sh')
-rwxr-xr-x | docker/start.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/start.sh b/docker/start.sh index 017a1099..77418e18 100755 --- a/docker/start.sh +++ b/docker/start.sh @@ -64,6 +64,7 @@ CROND=$(echo "$RUN_CROND" | tr '[:upper:]' '[:lower:]') if [ "$CROND" = "true" -o "$CROND" = "1" ]; then echo "init:crond | Cron Daemon (crond) will be run as requested by s6" 1>&2 rm -f /app/gogs/docker/s6/crond/down + /bin/sh /app/gogs/docker/runtime/backup-init.sh "${PUID}" else # Tell s6 not to run the crond service touch /app/gogs/docker/s6/crond/down |