rusefi online does not have .ini for f407 discovery previously known as all or default #5091

nicer messages
This commit is contained in:
rusefillc 2023-02-16 18:46:54 -05:00
parent 67bd4096fc
commit 866bbb0863
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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