moved reconfigure locales to beginning

This commit is contained in:
Thorsten Spille
2021-04-13 18:45:23 +02:00
parent 5cc3394700
commit 55460306f7
4 changed files with 11 additions and 11 deletions

View File

@@ -5,14 +5,14 @@
# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
# 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
MRX_PKE=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
ELE_DBNAME="synapse_db"