modified the code for setting the time zone
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user