summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/toaster')
-rwxr-xr-xbitbake/bin/toaster3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index b14749a8f3..6641dbc576 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -33,9 +33,6 @@ webserverKillAll()
33 while kill -0 $pid 2>/dev/null; do 33 while kill -0 $pid 2>/dev/null; do
34 kill -SIGTERM -$pid 2>/dev/null 34 kill -SIGTERM -$pid 2>/dev/null
35 sleep 1 35 sleep 1
36 # Kill processes if they are still running - may happen
37 # in interactive shells
38 ps fux | grep "python.*manage.py runserver" | awk '{print $2}' | xargs kill
39 done 36 done
40 rm ${pidfile} 37 rm ${pidfile}
41 fi 38 fi