From 997886054d0a48813f19e22cbcfcad12138a1bdc Mon Sep 17 00:00:00 2001 From: Jehu Marcos Herrera Puentes <58377032+JMarcosHP@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:29:16 -0600 Subject: [PATCH] Set $COUNT variable to 1 Signed-off-by: Jehu Marcos Herrera Puentes <58377032+JMarcosHP@users.noreply.github.com> --- Containers/nextcloud/run-exec-commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/run-exec-commands.sh b/Containers/nextcloud/run-exec-commands.sh index a9bce829..de674b9b 100644 --- a/Containers/nextcloud/run-exec-commands.sh +++ b/Containers/nextcloud/run-exec-commands.sh @@ -2,7 +2,7 @@ # ENV Variables MAX_RETRY=3 -COUNT=3 +COUNT=1 # Wait until the domain is reachable sleep 15