From 13be446667270de43ebe8e88985542ab8e13f733 Mon Sep 17 00:00:00 2001 From: J0WI Date: Mon, 13 Jan 2020 18:10:28 +0000 Subject: [PATCH] Change sleep time from 3s to 10s in all entrypoint.sh files (#963) Signed-off-by: Nils Wittenbrink Co-authored-by: Nils160988 --- 15.0/apache/entrypoint.sh | 2 +- 15.0/fpm-alpine/entrypoint.sh | 2 +- 15.0/fpm/entrypoint.sh | 2 +- 16.0/apache/entrypoint.sh | 2 +- 16.0/fpm-alpine/entrypoint.sh | 2 +- 16.0/fpm/entrypoint.sh | 2 +- 17.0/apache/entrypoint.sh | 2 +- 17.0/fpm-alpine/entrypoint.sh | 2 +- 17.0/fpm/entrypoint.sh | 2 +- 18.0-rc/apache/entrypoint.sh | 2 +- 18.0-rc/fpm-alpine/entrypoint.sh | 2 +- 18.0-rc/fpm/entrypoint.sh | 2 +- docker-entrypoint.sh | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/15.0/apache/entrypoint.sh b/15.0/apache/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/15.0/apache/entrypoint.sh +++ b/15.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/15.0/fpm-alpine/entrypoint.sh b/15.0/fpm-alpine/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/15.0/fpm-alpine/entrypoint.sh +++ b/15.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/15.0/fpm/entrypoint.sh b/15.0/fpm/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/15.0/fpm/entrypoint.sh +++ b/15.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!" diff --git a/16.0/apache/entrypoint.sh b/16.0/apache/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/16.0/apache/entrypoint.sh +++ b/16.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/16.0/fpm-alpine/entrypoint.sh b/16.0/fpm-alpine/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/16.0/fpm-alpine/entrypoint.sh +++ b/16.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/16.0/fpm/entrypoint.sh b/16.0/fpm/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/16.0/fpm/entrypoint.sh +++ b/16.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!" diff --git a/17.0/apache/entrypoint.sh b/17.0/apache/entrypoint.sh index 0104bab..fb2fe68 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 0104bab..fb2fe68 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 0104bab..fb2fe68 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!" diff --git a/18.0-rc/apache/entrypoint.sh b/18.0-rc/apache/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/18.0-rc/apache/entrypoint.sh +++ b/18.0-rc/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/18.0-rc/fpm-alpine/entrypoint.sh b/18.0-rc/fpm-alpine/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/18.0-rc/fpm-alpine/entrypoint.sh +++ b/18.0-rc/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/18.0-rc/fpm/entrypoint.sh b/18.0-rc/fpm/entrypoint.sh index 0104bab..fb2fe68 100755 --- a/18.0-rc/fpm/entrypoint.sh +++ b/18.0-rc/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!" diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 0104bab..fb2fe68 100755 --- a/docker-entrypoint.sh +++ b/docker-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!"