mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-30 09:07:19 +00:00
generate_config: Added hint for FQDN
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user