소스 검색

generate_config: Added hint for FQDN

André 8 년 전
부모
커밋
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