modified the code for setting the time zone

This commit is contained in:
tteckster 2023-03-08 05:28:15 -05:00 committed by GitHub
parent ad1d630302
commit 1f9b959a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
169 changed files with 251 additions and 169 deletions

View file

@ -28,7 +28,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")