fix(core): Random debug file not found error on -export with custom scripts
This commit is contained in:
parent
29623dc002
commit
703ccbfe84
1 changed files with 0 additions and 2 deletions
|
@ -1195,9 +1195,7 @@ if [[ ( $2 == "-export" || $2 == "-e" ) ]]; then VCMD="y"
|
||||||
cp -R dev/* tmp/
|
cp -R dev/* tmp/
|
||||||
cd tmp || throw 'cdMissingDirectory'
|
cd tmp || throw 'cdMissingDirectory'
|
||||||
|
|
||||||
# do compilation crap
|
|
||||||
if [[ ( $conf_info_flags == *"hasExportScript,"* ) || ( $conf_info_flags == *"hasExportScript" ) ]]; then
|
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"
|
chmod +x "${conf_data_directory}""/export.sh"
|
||||||
# Run script while also parsing some useful variables for the export script to use.
|
# 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"
|
BLUEPRINT_EXPORT_DIRECTORY="$FOLDER/.blueprint/tmp" BLUEPRINT_VERSION="$VERSION" bash "${conf_data_directory}""/export.sh"
|
||||||
|
|
Loading…
Reference in a new issue