summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/toaster')
-rwxr-xr-xbitbake/bin/toaster1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index 01ffc7a37c..90cd982876 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -139,6 +139,7 @@ if [ -z "$ZSH_NAME" ] && [ `basename \"$0\"` = `basename \"$BASH_SOURCE\"` ]; th
139 webserverKillAll 139 webserverKillAll
140 RUNNING=0 140 RUNNING=0
141 } 141 }
142 export TOASTER_MANAGED=1
142 webserverStartAll || (echo "Fail to start the web server, stopping" 1>&2 && exit 1) 143 webserverStartAll || (echo "Fail to start the web server, stopping" 1>&2 && exit 1)
143 xdg-open http://0.0.0.0:8000/ >/dev/null 2>&1 & 144 xdg-open http://0.0.0.0:8000/ >/dev/null 2>&1 &
144 trap trap_ctrlc SIGINT 145 trap trap_ctrlc SIGINT