Skip to content

Commit

Permalink
Made suggested changes to wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Aug 29, 2023
1 parent 79be047 commit 1e0eac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moodleUpdateCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e0eac3

Please sign in to comment.