0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

conform docker-entrypoint.sh with **/entrypoint.sh

Avoids update.sh unnecessarily updating **/entrypoint.sh

Signed-off-by: Adam Monsen <haircut@gmail.com>
This commit is contained in:
Adam Monsen 2023-02-08 10:40:18 -08:00
parent 63f1baad3e
commit bf036323ef

View file

@ -126,7 +126,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
# Prevent multiple images syncing simultaneously:
# If another process is syncing the html folder, wait for
# it to be done, then escape initalization
# it to be done, then escape initalization.
count=0
limit=10