From 3b109f6c1e0a43232bfa94bc5d504c34cf7cd026 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 20 Apr 2021 22:08:13 +0200 Subject: [PATCH] Removed timezone setting Timezone is already set in `install.sh` #21 --- mailpiler.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/mailpiler.sh b/mailpiler.sh index d4f9cf3..ca58533 100644 --- a/mailpiler.sh +++ b/mailpiler.sh @@ -14,9 +14,6 @@ LANGUAGE=$LXC_LOCALE EOF locale-gen $LXC_LOCALE -# Set Timezone -ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime - HOSTNAME=$(hostname -f) echo "Ensure your Hostname is set to your Piler FQDN!"