From 26d601ab2a677a422bab425696a2cf6357ff3576 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 23 Oct 2014 15:00:01 +0100 Subject: bitbake: clarify startup message Fix the startup message by making clear which server runs on which port. Signed-off-by: Alexandru DAMIAN --- bin/toaster | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/toaster') diff --git a/bin/toaster b/bin/toaster index 6f5d98e33..34f65e472 100755 --- a/bin/toaster +++ b/bin/toaster @@ -74,6 +74,8 @@ function webserverStartAll() if ! cat "${BUILDDIR}/.toastermain.pid" | xargs -I{} kill -0 {} ; then retval=1 rm "${BUILDDIR}/.toastermain.pid" + else + echo "Webserver address: 0.0.0.0:8000" fi fi return $retval -- cgit 1.2.3-korg