Fix
This commit is contained in:
parent
e01bd02732
commit
30d8a056c7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ IMG="/storage"
|
|||
[ ! -d "$IMG" ] && echo "Storage folder (${IMG}) not found!" && exit 69
|
||||
|
||||
FILE="$IMG/boot.img"
|
||||
[ -f "$FILE" ] && exit 0
|
||||
[ -f "$FILE" ] && return
|
||||
|
||||
echo "Downloading $BOOT..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue