fix default config
This commit is contained in:
parent
db4280d9ea
commit
8ff0d5d58e
|
@ -21,6 +21,7 @@ echo "the storage section of rusefiXXX.ini is updated as well"
|
|||
|
||||
BOARD_DIR=${1:-$BOARD_DIR}
|
||||
SHORT_BOARD_NAME=${2:-$SHORT_BOARD_NAME}
|
||||
INI=${3:-"rusefi_$SHORT_BOARD_NAME.ini"}
|
||||
|
||||
if [ -z "$BOARD_DIR" ]; then
|
||||
echo "Board name parameter expected"
|
||||
|
@ -32,8 +33,6 @@ if [ -z "$SHORT_BOARD_NAME" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
INI="rusefi_${SHORT_BOARD_NAME}.ini"
|
||||
|
||||
echo "BOARD_DIR=${BOARD_DIR} SHORT_BOARD_NAME=${SHORT_BOARD_NAME}"
|
||||
|
||||
bash gen_signature.sh ${SHORT_BOARD_NAME}
|
||||
|
|
Loading…
Reference in New Issue