mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
Use , as IFS for additional san
This commit is contained in:
parent
a58c5a3240
commit
b0584c3622
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue