From 58306be3ba3c2ae3ea78531bf0ad1f15d1c9950f Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 May 2024 18:05:13 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index a100b08..c600bcc 100644 --- a/src/install.sh +++ b/src/install.sh @@ -276,7 +276,7 @@ verifyFile() { local iso="$1" local size="$2" - local total="$3" + local total="$3" local check="$4" if [ -n "$size" ] && [[ "$total" != "$size" ]]; then