Browse Source

Typo fix

#146
Sascha Affolter 6 years ago
committed by GitHub
parent
commit
29a4e19ad4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      home.admin/XXscreenMonitor.sh

4
home.admin/XXscreenMonitor.sh

@ -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
@ -168,4 +168,4 @@ else
# continue setup # continue setup
./60finishHDD.sh ./60finishHDD.sh
fi fi

Loading…
Cancel
Save