mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +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})"
|
||||
# kill all child processes of screen sceesion
|
||||
pkill -P ${sessionPID}
|
||||
echo "proccesses klilled"
|
||||
echo "processes killed"
|
||||
sleep 3
|
||||
# tell the screen session to quit and wait a bit
|
||||
screen -S ${name} -X quit 1>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user