Commit 30d8a056 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Fix

parent e01bd027
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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..."