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!"