diff --git a/install.sh b/install.sh index 146889e..d8e0e50 100644 --- a/install.sh +++ b/install.sh @@ -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..."