aboutsummaryrefslogtreecommitdiffstats
path: root/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index 8279901..c7560e5 100755
--- a/start.sh
+++ b/start.sh
@@ -56,7 +56,7 @@ case $log in
echo "Evaluate has finished! Check the output in $o"
;;
*)
- echo "Web interface available at http://127.0.0.1:8080"
+ echo "Web interface available at http://127.0.0.1:$WEB"
;;
esac