From 703ccbfe84b6907290cd3d91757258af3803c3d7 Mon Sep 17 00:00:00 2001 From: prplwtf Date: Fri, 24 Nov 2023 20:23:21 +0100 Subject: [PATCH] fix(core): Random debug file not found error on -export with custom scripts --- blueprint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/blueprint.sh b/blueprint.sh index 05cc236..1c5f294 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -1195,9 +1195,7 @@ if [[ ( $2 == "-export" || $2 == "-e" ) ]]; then VCMD="y" cp -R dev/* tmp/ cd tmp || throw 'cdMissingDirectory' - # do compilation crap if [[ ( $conf_info_flags == *"hasExportScript,"* ) || ( $conf_info_flags == *"hasExportScript" ) ]]; then - log_yellow "[WARNING] This extension uses a custom export script, proceed with caution." chmod +x "${conf_data_directory}""/export.sh" # Run script while also parsing some useful variables for the export script to use. BLUEPRINT_EXPORT_DIRECTORY="$FOLDER/.blueprint/tmp" BLUEPRINT_VERSION="$VERSION" bash "${conf_data_directory}""/export.sh"