File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -838,11 +838,11 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
838
838
chmod +x " .blueprint/extensions/$identifier /private/remove.sh"
839
839
840
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 " \
841
+ EXTENSION_IDENTIFIER=" $identifier " \
842
+ EXTENSION_TARGET=" $target " \
843
+ EXTENSION_VERSION=" $version " \
844
+ PTERODACTYL_DIRECTORY=" $FOLDER " \
845
+ BLUEPRINT_VERSION=" $VERSION " \
846
846
bash " .blueprint/extensions/$identifier /private/remove.sh"
847
847
848
848
echo -e " \e[0m\x1b[0m\033[0m"
You can’t perform that action at this time.
0 commit comments