Explorar el Código

Update build.func

move variable
tteckster hace 2 años
padre
commit
190cdf5858
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      misc/build.func

+ 1 - 1
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