2
0
Эх сурвалжийг харах

generate_config: Added hint for FQDN

André 7 жил өмнө
parent
commit
b4cc5a9891

+ 1 - 1
generate_config.sh

@@ -13,7 +13,7 @@ if [[ -f mailcow.conf ]]; then
 fi
 fi
 
 
 if [ -z "$MAILCOW_HOSTNAME" ]; then
 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
 fi
 
 
 if [[ -a /etc/timezone ]]; then
 if [[ -a /etc/timezone ]]; then