mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
Typo fix
This commit is contained in:
parent
31690f92f7
commit
29a4e19ad4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user