Skip to content

Commit

Permalink
Update shuffle.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusShepherd committed Nov 11, 2024
1 parent 1c4ea90 commit 998d97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shuffle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -euo pipefail

BASE_DIR="$(dirname "$(readlink --canonicalize "${BASH_SOURCE[0]}")")"
COMPOSE_FILE="${BASE_DIR}/docker-compose.yaml"
BASE_DIR="${HOME}/Recommend.Games/board-game-scraper"
COMPOSE_FILE="${BASE_DIR}/compose.yaml"
SLEEP_TIME=600

echo "Running these services from compose file <${COMPOSE_FILE}>:"
Expand Down

0 comments on commit 998d97c

Please sign in to comment.