diff options
author | Matt Strapp <strap012@umn.edu> | 2021-04-29 18:52:37 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2021-04-29 18:52:37 -0500 |
commit | 0c2f143afa28f548bd403f100c9a4789221ec3fc (patch) | |
tree | af9206846b414394def0a3a24c7c2a5354f67b49 | |
parent | Fix output bug (diff) | |
download | csci4511w-0c2f143afa28f548bd403f100c9a4789221ec3fc.tar csci4511w-0c2f143afa28f548bd403f100c9a4789221ec3fc.tar.gz csci4511w-0c2f143afa28f548bd403f100c9a4789221ec3fc.tar.bz2 csci4511w-0c2f143afa28f548bd403f100c9a4789221ec3fc.tar.lz csci4511w-0c2f143afa28f548bd403f100c9a4789221ec3fc.tar.xz csci4511w-0c2f143afa28f548bd403f100c9a4789221ec3fc.tar.zst csci4511w-0c2f143afa28f548bd403f100c9a4789221ec3fc.zip |
Change hardcode
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 |