From b4cc5a98914477122db23cff6cd01a7cf4353c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Tue, 7 Nov 2017 18:38:40 +0100 Subject: [PATCH] generate_config: Added hint for FQDN --- generate_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_config.sh b/generate_config.sh index ecf5723a..34be645e 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -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