summaryrefslogtreecommitdiffstats
path: root/bin/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'bin/toaster')
-rwxr-xr-xbin/toaster2
1 files changed, 2 insertions, 0 deletions
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