use pm2 stop all again

This commit is contained in:
Ulf Gebhardt 2022-01-12 16:29:51 +01:00
parent f332bae932
commit 833c3c4851
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -43,9 +43,7 @@ sudo /etc/init.d/nginx restart
# stop all services
echo 'Stopping all Gradido services<br>' >> $UPDATE_HTML
pm2 stop gradido-backend --no-treekill
pm2 stop gradido-frontend
pm2 stop gradido-admin
pm2 stop all
# git
BRANCH=${1:-master}