Use , as IFS for additional san

master
andryyy 2017-06-28 10:50:51 +02:00
parent a58c5a3240
commit b0584c3622
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ while true; do
declare -a SQL_DOMAIN_ARR
declare -a VALIDATED_CONFIG_DOMAINS
declare -a ADDITIONAL_VALIDATED_SAN
IFS=' ' read -r -a ADDITIONAL_SAN_ARR <<< "${ADDITIONAL_SAN}"
IFS=',' read -r -a ADDITIONAL_SAN_ARR <<< "${ADDITIONAL_SAN}"
IPV4=$(curl -4s https://mailcow.email/ip.php)
while read line; do