From 13be446667270de43ebe8e88985542ab8e13f733 Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 13 Jan 2020 18:10:28 +0000 Subject: Change sleep time from 3s to 10s in all entrypoint.sh files (#963) Signed-off-by: Nils Wittenbrink Co-authored-by: Nils160988 --- 17.0/apache/entrypoint.sh | 2 +- 17.0/fpm-alpine/entrypoint.sh | 2 +- 17.0/fpm/entrypoint.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '17.0') diff --git a/17.0/apache/entrypoint.sh b/17.0/apache/entrypoint.sh index 0104bab6..fb2fe686 100755 --- a/17.0/apache/entrypoint.sh +++ b/17.0/apache/entrypoint.sh @@ -117,7 +117,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP do echo "retrying install..." try=$((try+1)) - sleep 3s + sleep 10s done if [ "$try" -gt "$max_retries" ]; then echo "installing of nextcloud failed!" diff --git a/17.0/fpm-alpine/entrypoint.sh b/17.0/fpm-alpine/entrypoint.sh index 0104bab6..fb2fe686 100755 --- a/17.0/fpm-alpine/entrypoint.sh +++ b/17.0/fpm-alpine/entrypoint.sh @@ -117,7 +117,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP do echo "retrying install..." try=$((try+1)) - sleep 3s + sleep 10s done if [ "$try" -gt "$max_retries" ]; then echo "installing of nextcloud failed!" diff --git a/17.0/fpm/entrypoint.sh b/17.0/fpm/entrypoint.sh index 0104bab6..fb2fe686 100755 --- a/17.0/fpm/entrypoint.sh +++ b/17.0/fpm/entrypoint.sh @@ -117,7 +117,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP do echo "retrying install..." try=$((try+1)) - sleep 3s + sleep 10s done if [ "$try" -gt "$max_retries" ]; then echo "installing of nextcloud failed!" -- cgit v1.2.3