Skip to content

Commit 0c54bee

Browse files
committed
feat: source blueprintrc
1 parent ba35582 commit 0c54bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

blueprint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ else
7373
DOCKER="n"
7474
fi
7575

76+
source "$(realpath "$(dirname "$0")")"/.blueprintrc 2> /dev/null
77+
7678
# This has caused a bunch of errors but is just here to make sure people actually upload the
7779
# "blueprint" folder onto their panel when installing Blueprint. Pick your poison.
7880
if [[ -d "$FOLDER/blueprint" ]]; then mv "$FOLDER/blueprint" "$FOLDER/.blueprint"; fi

0 commit comments

Comments
 (0)