From 57fb18d48aef55124a33d7a5edc02c2bd669da61 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Thu, 10 Nov 2022 11:52:36 +0000 Subject: [PATCH] do not stop stack --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 40985fbbce..5aace1c40f 100755 --- a/install.sh +++ b/install.sh @@ -15,9 +15,6 @@ git pull docker-compose pull -echo "Stopping the stack!" -sudo -E docker-compose -f docker-compose.yml stop || true - # echo "Checking if async migrations are up to date" # sudo -E docker-compose run init