Update install.sh

This commit is contained in:
Kroese 2024-05-05 18:05:13 +02:00 committed by GitHub
parent 939b52dddc
commit 58306be3ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,7 @@ verifyFile() {
local iso="$1" local iso="$1"
local size="$2" local size="$2"
local total="$3" local total="$3"
local check="$4" local check="$4"
if [ -n "$size" ] && [[ "$total" != "$size" ]]; then if [ -n "$size" ] && [[ "$total" != "$size" ]]; then