Skip to content

Commit bf03632

Browse files
committed
conform docker-entrypoint.sh with **/entrypoint.sh
Avoids update.sh unnecessarily updating **/entrypoint.sh Signed-off-by: Adam Monsen <haircut@gmail.com>
1 parent 63f1baa commit bf03632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
126126

127127
# Prevent multiple images syncing simultaneously:
128128
# If another process is syncing the html folder, wait for
129-
# it to be done, then escape initalization
129+
# it to be done, then escape initalization.
130130
count=0
131131
limit=10
132132

0 commit comments

Comments
 (0)