1
0
Fork 0

flash-img-and-uboot.sh: exit after showing usage

This commit is contained in:
Pratham Patel 2024-02-10 10:33:21 +05:30
parent bac77fce45
commit c9a003f1da
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ fi
if [[ -z "${1:-}" ]]; then
echo 'USAGE: <image> <uboot> <seek> <bs> <dev>'
exit 1
fi
IMAGE="$1"