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:
parent
63f1baad3e
commit
bf036323ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue