diff --git a/src/install.sh b/src/install.sh index bc15b30d..24e12212 100644 --- a/src/install.sh +++ b/src/install.sh @@ -5,7 +5,7 @@ file=$(find / -maxdepth 1 -type f -iname boot.iso | head -n 1) [ ! -s "$file" ] && file=$(find "$STORAGE" -maxdepth 1 -type f -iname boot.iso | head -n 1) if [ ! -s "$file" ] && [[ "${BOOT,,}" != "http"* ]]; then - local base=$(basename "$BOOT") + base=$(basename "$BOOT") file="$STORAGE/$base" fi