rusefi online does not have .ini for f407 discovery previously known as all or default #5091
nicer messages
This commit is contained in:
parent
67bd4096fc
commit
866bbb0863
|
@ -11,7 +11,7 @@ if [ ! "$fileName" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! "$2" ] || [ ! "$3" ] || [ ! "$4" ]; then
|
if [ ! "$2" ] || [ ! "$3" ] || [ ! "$4" ]; then
|
||||||
echo "No Secrets"
|
echo "upload_ini.sh says No Secrets, exiting"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# file_to_upload=$5
|
# file_to_upload=$5
|
||||||
|
|
||||||
if [ ! "$1" ] || [ ! "$2" ] || [ ! "$3" ]; then
|
if [ ! "$1" ] || [ ! "$2" ] || [ ! "$3" ]; then
|
||||||
echo "No Secrets"
|
echo "upload_file.sh says No Secrets, exiting"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue