mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
dont kill detached processes
This commit is contained in:
parent
09670126f2
commit
a93d5b0846
@ -39,7 +39,7 @@ sudo /etc/init.d/nginx restart
|
||||
|
||||
# stop all services
|
||||
echo 'Stopping all Gradido services<br>' >> $UPDATE_HTML
|
||||
pm2 stop all
|
||||
pm2 stop all --no-treekill
|
||||
|
||||
# git
|
||||
BRANCH=${1:-master}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user