post_decalrations.conf: fix error creating array 'smtpd_additional_outgoung_port_arr'.
This commit is contained in:
parent
409ace650e
commit
e6984a622c
@ -327,8 +327,9 @@ done
|
|||||||
# ---
|
# ---
|
||||||
declare -a smtpd_additional_outgoung_port_arr
|
declare -a smtpd_additional_outgoung_port_arr
|
||||||
for _port in $smtpd_additional_outgoung_ports ; do
|
for _port in $smtpd_additional_outgoung_ports ; do
|
||||||
smtpd_additional_outgoung_ports+=("$_port")
|
smtpd_additional_outgoung_port_arr+=("$_port")
|
||||||
don
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
Loading…
Reference in New Issue
Block a user