From e7caf5781249c981c3380f96fd816c690e3e6645 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 13 Apr 2021 15:41:23 +0000 Subject: [PATCH] Moved reconf locales to beginning --- mailpiler.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mailpiler.sh b/mailpiler.sh index 43bbb85..80668e2 100644 --- a/mailpiler.sh +++ b/mailpiler.sh @@ -5,14 +5,14 @@ # (C) 2021 Script design and prototype by Markus Helmke # (C) 2021 Script rework and documentation by Thorsten Spille -source ./zamba.conf +# configure system language +dpkg-reconfigure locales + +source /root/zamba.conf # Set Timezone ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime -# configure system language -dpkg-reconfigure locales - HOSTNAME=$(hostname -f) echo "Ensure your Hostname is set to your Piler FQDN!"