From 866bbb086352c19c52ac6e95f269718f09367ff4 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 16 Feb 2023 18:46:54 -0500 Subject: [PATCH] rusefi online does not have .ini for f407 discovery previously known as all or default #5091 nicer messages --- firmware/tunerstudio/upload_ini.sh | 2 +- java_console/upload_file.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/tunerstudio/upload_ini.sh b/firmware/tunerstudio/upload_ini.sh index b0b2b72741..a6858561e8 100755 --- a/firmware/tunerstudio/upload_ini.sh +++ b/firmware/tunerstudio/upload_ini.sh @@ -11,7 +11,7 @@ if [ ! "$fileName" ]; then fi if [ ! "$2" ] || [ ! "$3" ] || [ ! "$4" ]; then - echo "No Secrets" + echo "upload_ini.sh says No Secrets, exiting" exit 0 fi diff --git a/java_console/upload_file.sh b/java_console/upload_file.sh index e19020902a..59e292a10e 100755 --- a/java_console/upload_file.sh +++ b/java_console/upload_file.sh @@ -7,7 +7,7 @@ # file_to_upload=$5 if [ ! "$1" ] || [ ! "$2" ] || [ ! "$3" ]; then - echo "No Secrets" + echo "upload_file.sh says No Secrets, exiting" exit 0 fi