diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index ce1a6f13e..8f9611825 100755 --- a/home.admin/50torrentHDD.sh +++ b/home.admin/50torrentHDD.sh @@ -124,7 +124,7 @@ if [ ${isRunning} -eq 1 ]; then echo "killing screen session PID(${sessionPID})" # kill all child processes of screen sceesion sudo pkill -P ${sessionPID} - echo "proccesses klilled" + echo "proccesses killed" sleep 3 # tell the screen session to quit and wait a bit screen -S ${name} -X quit 1>/dev/null