diff options
Diffstat (limited to '')
-rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |