From 30d8a056c74de59e9cff5a7b2eecf497489bbb35 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 14 Apr 2023 01:56:26 +0200 Subject: [PATCH] Fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."