We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9998f13 commit b248b56Copy full SHA for b248b56
blueprint.sh
@@ -838,11 +838,11 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
838
chmod +x ".blueprint/extensions/$identifier/private/remove.sh"
839
840
# Run script while also parsing some useful variables for the uninstall script to use.
841
- EXTENSION_IDENTIFIER="$conf_info_identifier" \
842
- EXTENSION_TARGET="$conf_info_target" \
843
- EXTENSION_VERSION="$conf_info_version" \
844
- PTERODACTYL_DIRECTORY="$FOLDER" \
845
- BLUEPRINT_VERSION="$VERSION" \
+ EXTENSION_IDENTIFIER="$identifier" \
+ EXTENSION_TARGET="$target" \
+ EXTENSION_VERSION="$version" \
+ PTERODACTYL_DIRECTORY="$FOLDER" \
+ BLUEPRINT_VERSION="$VERSION" \
846
bash ".blueprint/extensions/$identifier/private/remove.sh"
847
848
echo -e "\e[0m\x1b[0m\033[0m"
0 commit comments