From b51b135316ac2a1cbe761a2bc47f8e4acacdc4c2 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 8 Mar 2018 17:16:10 -0500 Subject: [PATCH] fix tabs --- scripts/run.ps1 | 2 +- scripts/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run.ps1 b/scripts/run.ps1 index e05f96cd98..f634021c1b 100644 --- a/scripts/run.ps1 +++ b/scripts/run.ps1 @@ -106,6 +106,6 @@ elseif($update) { Docker-Compose-Down Update Restart - Start-Sleep -s 7 + Start-Sleep -s 7 Update-Database } diff --git a/scripts/run.sh b/scripts/run.sh index 839adbc6a9..8e1d46b3c5 100644 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -124,6 +124,6 @@ then dockerComposeDown update restart - sleep 7 + sleep 7 updateDatabase fi