This commit is contained in:
Kroese 2023-04-14 01:56:26 +02:00 committed by GitHub
parent e01bd02732
commit 30d8a056c7

View file

@ -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..."