Update build.func

This commit is contained in:
CanbiZ 2025-09-16 14:38:35 +02:00
parent d55c7776ec
commit d3eecd770a

View File

@ -1626,6 +1626,7 @@ install_script() {
# - Updates vars file accordingly # - Updates vars file accordingly
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
check_storage_or_prompt() { check_storage_or_prompt() {
set +u
local vars_file="$1" local vars_file="$1"
local changed=0 local changed=0
@ -1677,6 +1678,7 @@ check_storage_or_prompt() {
fi fi
return $changed return $changed
set -u
} }
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------