diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index d55e9a84..39e53517 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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