We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba35582 commit 0c54beeCopy full SHA for 0c54bee
blueprint.sh
@@ -73,6 +73,8 @@ else
73
DOCKER="n"
74
fi
75
76
+source "$(realpath "$(dirname "$0")")"/.blueprintrc 2> /dev/null
77
+
78
# This has caused a bunch of errors but is just here to make sure people actually upload the
79
# "blueprint" folder onto their panel when installing Blueprint. Pick your poison.
80
if [[ -d "$FOLDER/blueprint" ]]; then mv "$FOLDER/blueprint" "$FOLDER/.blueprint"; fi
0 commit comments