Skip to content

Commit

Permalink
feat(scripts): changed logs location to demo1
Browse files Browse the repository at this point in the history
  • Loading branch information
zacowan committed Nov 8, 2021
1 parent 5cffdb9 commit afb19c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion andy_api/run_aaron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ STOCKFISH_NAME="stockfish"
#
# Suffix to append to the end of logs
# Should be one of: "development" | "demo1" | "demo2"
LOG_SUFFIX="development"
LOG_SUFFIX="demo1"
# ---------------------------------------------------------------------------- #
STOCKFISH_BASE_DIR="./stockfish_engine"
STOCKFISH_LOCATION="$STOCKFISH_BASE_DIR/$STOCKFISH_NAME"
Expand Down
2 changes: 1 addition & 1 deletion andy_api/run_bricson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ STOCKFISH_NAME="stockfish"
#
# Suffix to append to the end of logs
# Should be one of: "development" | "demo1" | "demo2"
LOG_SUFFIX="development"
LOG_SUFFIX="demo1"
# ---------------------------------------------------------------------------- #
STOCKFISH_BASE_DIR="./stockfish_engine"
STOCKFISH_LOCATION="$STOCKFISH_BASE_DIR/$STOCKFISH_NAME"
Expand Down
2 changes: 1 addition & 1 deletion andy_api/run_nate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ STOCKFISH_NAME="stockfish"
#
# Suffix to append to the end of logs
# Should be one of: "development" | "demo1" | "demo2"
LOG_SUFFIX="development"
LOG_SUFFIX="demo1"
# ---------------------------------------------------------------------------- #
STOCKFISH_BASE_DIR="./stockfish_engine"
STOCKFISH_LOCATION="$STOCKFISH_BASE_DIR/$STOCKFISH_NAME"
Expand Down
2 changes: 1 addition & 1 deletion andy_api/run_zach.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ STOCKFISH_NAME="stockfish"
#
# Suffix to append to the end of logs
# Should be one of: "development" | "demo1" | "demo2"
LOG_SUFFIX="development"
LOG_SUFFIX="demo1"
# ---------------------------------------------------------------------------- #
STOCKFISH_BASE_DIR="./stockfish_engine"
STOCKFISH_LOCATION="$STOCKFISH_BASE_DIR/$STOCKFISH_NAME"
Expand Down

0 comments on commit afb19c7

Please sign in to comment.