Skip to content

Commit

Permalink
fix: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
k.mesniankin committed Nov 1, 2024
1 parent a4788b1 commit 2ae1201
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/start.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ API_ENV_FILE=$DIR/.env.api
OS=$(uname)

if [[ "$OS" =~ ^(CYGWIN|MINGW|MSYS) ]]; then
DATA_PATH=$(cygpath -w "$DATA_PATH")
ENV_FILE_PATH=$(cygpath -w "$ENV_FILE_PATH")
BOT_DATA_DIR=$(cygpath -w "$BOT_DATA_DIR")
BOT_ENV_FILE=$(cygpath -w "$BOT_ENV_FILE")
API_ENV_FILE=$(cygpath -w "$API_ENV_FILE")
fi

{{CONTAINER_TOOL}} run -d \
Expand Down

0 comments on commit 2ae1201

Please sign in to comment.