From 7aab80b1c3322b03f57f0ba2040e72c0ed3d6d6e Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 30 Apr 2021 14:58:10 -0500 Subject: Fix double adding --- start.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/start.sh b/start.sh index 0414224..8b57c59 100755 --- a/start.sh +++ b/start.sh @@ -14,7 +14,6 @@ while getopts ':w:p:h:' opt; do exit 1;; *) echo "Usage: ./start.sh -w (web port) -p (starting agent port)" exit 1;; - esac done @@ -24,7 +23,6 @@ PORT=`expr $PORT - 1`; for a in 1 2 do - ((PORT=PORT+1)); echo "Available Agents:" echo "1: Random" echo "2: Monte Carlo Tree Search" -- cgit v1.2.3