summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/toaster')
-rwxr-xr-xbitbake/bin/toaster4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index 85a2575a66..6f7c6f09ea 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -242,8 +242,8 @@ if [ ${CMD} == "start" ] && [ $lock -eq 0 ]; then
242fi 242fi
243 243
244if [ ${CMD} == "start" ] && [ -e $BUILDDIR/.toastermain.pid ] && kill -0 `cat $BUILDDIR/.toastermain.pid`; then 244if [ ${CMD} == "start" ] && [ -e $BUILDDIR/.toastermain.pid ] && kill -0 `cat $BUILDDIR/.toastermain.pid`; then
245 echo "Error: bitbake appears to be dead, but the webserver is alive. Something fishy is going on." 1>&2 245 echo "Warning: bitbake appears to be dead, but the Toaster web server is running. Something fishy is going on." 1>&2
246 echo "Cleaning up the web server at to start a clean slate." 246 echo "Cleaning up the web server to start from a clean slate."
247 webserverKillAll 247 webserverKillAll
248fi 248fi
249 249