mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-06 16:50:20 +01:00
Another minor change to text output
This commit is contained in:
parent
c0cd92fe89
commit
bb3389f3ab
|
|
@ -29,7 +29,7 @@ fi
|
|||
|
||||
# Check if bin file exists
|
||||
if [ -e $BIN_PATH ]; then
|
||||
echo "Flashing $BIN_PATH"
|
||||
echo "Attempting to flash $BIN_PATH"
|
||||
else
|
||||
echo "$BIN_PATH doesn't exist!"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue