2
0
andryyy 8 жил өмнө
parent
commit
241a8517ec
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      generate_config.sh

+ 2 - 2
generate_config.sh

@@ -12,8 +12,8 @@ if [[ -f mailcow.conf ]]; then
   esac
 fi
 
-read -p "Hostname (FQDN): " -i "mx.example.org" MAILCOW_HOSTNAME
-read -p "Timezone: " -i "Europe/Berlin" TZ
+read -p "Hostname (FQDN): " -ei "mx.example.org" MAILCOW_HOSTNAME
+read -p "Timezone: " -ei "Europe/Berlin" TZ
 
 cat << EOF > mailcow.conf
 # ------------------------------