From e9d0f767954148eca9e0ee12f2ad7ca60e04e886 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 24 Feb 2018 23:24:05 -0500 Subject: [PATCH] wait 7 seconds before updatedb --- scripts/run.ps1 | 1 + scripts/run.sh | 1 + 2 files changed, 2 insertions(+) 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