瀏覽代碼

generate_config: Added hint for FQDN

André 7 年之前
父節點
當前提交
b4cc5a9891
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      generate_config.sh

+ 1 - 1
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