diff --git a/scripts/run.ps1 b/scripts/run.ps1 index 5cd9c2fd6b..e05f96cd98 100644 --- a/scripts/run.ps1 +++ b/scripts/run.ps1 @@ -106,5 +106,6 @@ elseif($update) { Docker-Compose-Down Update Restart + Start-Sleep -s 7 Update-Database } diff --git a/scripts/run.sh b/scripts/run.sh index cab1e19191..839adbc6a9 100644 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -124,5 +124,6 @@ then dockerComposeDown update restart + sleep 7 updateDatabase fi