From ce3938370caf1d6dd5b7746a668e7c33d56a07ea Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Apr 2023 16:12:18 +0200 Subject: [PATCH] Storage --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index 69071c0..05fe7a5 100644 --- a/run/install.sh +++ b/run/install.sh @@ -21,6 +21,6 @@ if ((SIZE<1000000)); then echo "Invalid ISO file: Size is smaller than 1 MB." && exit 62 fi -FILE="$IMG/boot.img" +FILE="$STORAGE/boot.img" mv -f "$TMP" "$FILE"