1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-24 08:32:50 +02:00

Fix script

This commit is contained in:
andryyy 2016-12-29 09:51:18 +01:00
parent 9da72dfee4
commit 241a8517ec

View File

@ -12,8 +12,8 @@ if [[ -f mailcow.conf ]]; then
esac esac
fi fi
read -p "Hostname (FQDN): " -i "mx.example.org" MAILCOW_HOSTNAME read -p "Hostname (FQDN): " -ei "mx.example.org" MAILCOW_HOSTNAME
read -p "Timezone: " -i "Europe/Berlin" TZ read -p "Timezone: " -ei "Europe/Berlin" TZ
cat << EOF > mailcow.conf cat << EOF > mailcow.conf
# ------------------------------ # ------------------------------