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}