bugfix - bundle name inside bundle

This commit is contained in:
rusefi 2020-07-02 23:28:08 -04:00
parent 6b206bf3f1
commit 8360a5d111
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ fi
TIMESTAMP=$(date "+%Y%m%d_%H%M%S")
export FOLDER="temp/snapshot_$TIMESTAMP_$BUNDLE_NAME_rusefi"
export FOLDER="temp/snapshot_${TIMESTAMP}_${BUNDLE_NAME}_rusefi"
export BUNDLE_FULL_NAME="rusefi_bundle_$BUNDLE_NAME"