From 190cdf58589aae71dc8b299c88789d2033450eed Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 23 Mar 2023 12:31:19 -0400 Subject: [PATCH] Update build.func move variable --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 79e87246..a4e63753 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1,7 +1,6 @@ variables() { NSAPP=$(echo ${APP,,} | tr -d ' ') var_install="${NSAPP}-install" - timezone=$(cat /etc/timezone) INTEGER='^[0-9]+([.][0-9]+)?$' } @@ -333,6 +332,7 @@ install_script() { arch_check pve_check NEXTID=$(pvesh get /cluster/nextid) + timezone=$(cat /etc/timezone) header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info