[script][flash_all] Fix typo
This commit is contained in:
parent
385edc5dad
commit
b4983a6a96
@ -65,7 +65,7 @@ function check_presence {
|
|||||||
if [[ $? == 0 ]] ; then
|
if [[ $? == 0 ]] ; then
|
||||||
reboot_and_wait_for_device $serial
|
reboot_and_wait_for_device $serial
|
||||||
else
|
else
|
||||||
echo "Error: Cannot found device $seial"
|
echo "Error: Cannot found device $serial"
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user