summaryrefslogtreecommitdiffstats
path: root/17.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-01-13 18:10:28 +0000
committerGitHub <noreply@github.com>2020-01-13 18:10:28 +0000
commit13be446667270de43ebe8e88985542ab8e13f733 (patch)
tree21710b3cac8c6d90a422f8093e5b51d1ca628805 /17.0
parentfbdb70e856554676a695f6bbb290ed55fc0edb62 (diff)
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de> Co-authored-by: Nils160988 <nilswittenbrink@web.de>
Diffstat (limited to '17.0')
-rwxr-xr-x17.0/apache/entrypoint.sh2
-rwxr-xr-x17.0/fpm-alpine/entrypoint.sh2
-rwxr-xr-x17.0/fpm/entrypoint.sh2
3 files changed, 3 insertions, 3 deletions
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!"