Skip to content

Commit b248b56

Browse files
committed
feat(core): use shorter versions of config variables on remove script
1 parent 9998f13 commit b248b56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: blueprint.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -838,11 +838,11 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
838838
chmod +x ".blueprint/extensions/$identifier/private/remove.sh"
839839

840840
# 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" \
841+
EXTENSION_IDENTIFIER="$identifier" \
842+
EXTENSION_TARGET="$target" \
843+
EXTENSION_VERSION="$version" \
844+
PTERODACTYL_DIRECTORY="$FOLDER" \
845+
BLUEPRINT_VERSION="$VERSION" \
846846
bash ".blueprint/extensions/$identifier/private/remove.sh"
847847

848848
echo -e "\e[0m\x1b[0m\033[0m"

0 commit comments

Comments
 (0)