From 1e0eac360bafcd095b787f6beb38cdd614f3fa53 Mon Sep 17 00:00:00 2001 From: marhode Date: Tue, 29 Aug 2023 16:53:26 +0200 Subject: [PATCH] Made suggested changes to wait time --- moodleUpdateCheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moodleUpdateCheck.sh b/moodleUpdateCheck.sh index 57d73cf..08b5974 100644 --- a/moodleUpdateCheck.sh +++ b/moodleUpdateCheck.sh @@ -85,7 +85,7 @@ else if ! [ -a /bitnami/moodledata/CliUpdate ]; then echo "=== Create required Files for Update ===" touch /bitnami/moodledata/CliUpdate - sleep 1500 #Ensure sufficient time for possible full backup + sleep 600 #Wait for initial Pod termination by Update-Helper-Job fi #Start of the download step