This commit is contained in:
Sascha Affolter 2018-11-11 14:02:13 +01:00 committed by GitHub
parent 31690f92f7
commit 29a4e19ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ if [ ${isRunning} -eq 1 ]; then
echo "killing screen session PID(${sessionPID})" echo "killing screen session PID(${sessionPID})"
# kill all child processes of screen sceesion # kill all child processes of screen sceesion
pkill -P ${sessionPID} pkill -P ${sessionPID}
echo "proccesses klilled" echo "processes killed"
sleep 3 sleep 3
# tell the screen session to quit and wait a bit # tell the screen session to quit and wait a bit
screen -S ${name} -X quit 1>/dev/null screen -S ${name} -X quit 1>/dev/null