From 833c3c48519584a74f1ed19987ae67cb1b9a5ffb Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 16:29:51 +0100 Subject: [PATCH] use pm2 stop all again --- deployment/bare_metal/start.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index ce4846ce2..e1f67ff92 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -43,9 +43,7 @@ sudo /etc/init.d/nginx restart # stop all services echo 'Stopping all Gradido services
' >> $UPDATE_HTML -pm2 stop gradido-backend --no-treekill -pm2 stop gradido-frontend -pm2 stop gradido-admin +pm2 stop all # git BRANCH=${1:-master}