From 4eb6802ec8be9f54b601b71122086496812a408d Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 20 Apr 2021 22:09:22 +0200 Subject: [PATCH] Removed timezone setting Timezone is already set in `install.sh` #21 --- zmb-ad.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zmb-ad.sh b/zmb-ad.sh index 7d77157..e502e8d 100644 --- a/zmb-ad.sh +++ b/zmb-ad.sh @@ -18,9 +18,6 @@ if [[ $ZMB_DNS_BACKEND == "BIND9_DLZ" ]]; then BINDNINE=bind9 fi -# Set Timezone -ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime - ## configure ntp cat << EOF > /etc/ntp.conf # Local clock. Note that is not the "localhost" address!