Skip to content

Commit

Permalink
fix bootstrap.sh logic
Browse files Browse the repository at this point in the history
  • Loading branch information
acane77 committed Sep 17, 2023
1 parent 11423d9 commit 3a0d265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ function check_for_env() {
fi
echo "-- Installation prefix: $CONFIG_PREFIX"

if [ "$CONFIG_BUILD_WEBPAGE_ONLY" != "" ]; then
echo "-- Build project only, will not check for album"
return 0
fi

# Check album list
if [ "$CONFIG_ALBUM_DIR" == "" ]; then
CONFIG_ALBUM_DIR="$CONFIG_PREFIX/album"
Expand Down

0 comments on commit 3a0d265

Please sign in to comment.