generate_config: Added hint for FQDN

master
André 2017-11-07 18:38:40 +01:00
parent 8aa98d2e6e
commit b4cc5a9891
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [[ -f mailcow.conf ]]; then
fi
if [ -z "$MAILCOW_HOSTNAME" ]; then
read -p "Hostname (FQDN): " -ei "mx.example.org" MAILCOW_HOSTNAME
read -p "Hostname (FQDN - example.org is not a valid FQDN): " -ei "mx.example.org" MAILCOW_HOSTNAME
fi
if [[ -a /etc/timezone ]]; then