Skip to content

Commit

Permalink
Updated setup-env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Rentschler committed Jul 24, 2024
1 parent 5927de0 commit bb33f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export PATH=$VELOCITY_ROOT:$PATH

# VELOCITY_IMAGE_DIR
echo
read -rp "Set VELOCITY_IMAGE_DIR [$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/images]: " VELOCITY_IMAGE_DIR
read -rp "Set VELOCITY_IMAGE_DIR [$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )-images]: " VELOCITY_IMAGE_DIR
if [[ -z $VELOCITY_IMAGE_DIR ]]; then
VELOCITY_IMAGE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/images"
VELOCITY_IMAGE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )-images"
fi
echo "VELOCITY_IMAGE_DIR=$VELOCITY_IMAGE_DIR"
export VELOCITY_IMAGE_DIR
Expand Down

0 comments on commit bb33f97

Please sign in to comment.