Skip to content

Commit

Permalink
feat: source blueprintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Dec 28, 2024
1 parent ba35582 commit 0c54bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ else
DOCKER="n"
fi

source "$(realpath "$(dirname "$0")")"/.blueprintrc 2> /dev/null

# This has caused a bunch of errors but is just here to make sure people actually upload the
# "blueprint" folder onto their panel when installing Blueprint. Pick your poison.
if [[ -d "$FOLDER/blueprint" ]]; then mv "$FOLDER/blueprint" "$FOLDER/.blueprint"; fi
Expand Down

0 comments on commit 0c54bee

Please sign in to comment.