mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
modified the code for setting the time zone
This commit is contained in:
parent
ad1d630302
commit
1f9b959a47
169 changed files with 251 additions and 169 deletions
|
@ -27,7 +27,7 @@ var_os="debian"
|
|||
var_version="11"
|
||||
NSAPP=$(echo ${APP,,} | tr -d ' ')
|
||||
var_install="${NSAPP}-v5-install"
|
||||
timezone=$(timedatectl | grep "Time zone" | awk '{print $3}')
|
||||
timezone=$(cat /etc/timezone)
|
||||
INTEGER='^[0-9]+$'
|
||||
YW=$(echo "\033[33m")
|
||||
BL=$(echo "\033[36m")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue