From e9de0de15198d7d6cf9932c6f0014c845fb4726d Mon Sep 17 00:00:00 2001 From: prplwtf Date: Wed, 15 May 2024 19:51:09 +0200 Subject: [PATCH] fix `core`: -export scripts weren't being ran in the correct folder --- blueprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index 54b86b8..9458b04 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -2019,7 +2019,7 @@ if [[ ( $2 == "-export" || $2 == "-e" ) ]]; then VCMD="y" PTERODACTYL_DIRECTORY=\"$FOLDER\" \ BLUEPRINT_EXPORT_DIRECTORY=\"$FOLDER/.blueprint/tmp\" \ BLUEPRINT_VERSION=\"$VERSION\" \ - bash \"${conf_data_directory}\"/export.sh + bash .blueprint/dev/\"${conf_data_directory}\"/export.sh " echo -e "\e[0m\x1b[0m\033[0m" fi