0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

append to all kinds of entrypoint.sh

Signed-off-by: akop <akop@ppi.de>
This commit is contained in:
akop 2020-09-09 11:46:58 +02:00
parent 80c2dc8c8e
commit ef594056d0
2 changed files with 12 additions and 0 deletions

View file

@ -185,4 +185,10 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi fi
fi fi
if [ "${START_CRON}" = "true" ]; then
echo "Starting CRON."
sh /cron.sh &
fi
exec "$@" exec "$@"

View file

@ -185,4 +185,10 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi fi
fi fi
if [ "${START_CRON}" = "true" ]; then
echo "Starting CRON."
sh /cron.sh &
fi
exec "$@" exec "$@"