From a93d5b08469c26d989a1118fec0e09ca91f3d3aa Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 10:48:49 +0100 Subject: [PATCH] dont kill detached processes --- deployment/bare_metal/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/bare_metal/start.sh b/deployment/bare_metal/start.sh index 883ebda8b..f012a5e26 100755 --- a/deployment/bare_metal/start.sh +++ b/deployment/bare_metal/start.sh @@ -39,7 +39,7 @@ sudo /etc/init.d/nginx restart # stop all services echo 'Stopping all Gradido services
' >> $UPDATE_HTML -pm2 stop all +pm2 stop all --no-treekill # git BRANCH=${1:-master}