1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-06-16 04:10:33 +02:00

Update alpine-grafana-v5.sh

fix timezone
This commit is contained in:
tteckster
2023-03-19 13:49:00 -04:00
committed by GitHub
parent 3d3161b1e7
commit df68e1fa78

View File

@ -338,6 +338,7 @@ function install_script() {
ARCH_CHECK ARCH_CHECK
PVE_CHECK PVE_CHECK
NEXTID=$(pvesh get /cluster/nextid) NEXTID=$(pvesh get /cluster/nextid)
timezone=$(cat /etc/timezone)
header_info header_info
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info header_info