Minor change

This commit is contained in:
Gerhard Hoffmann 2022-06-06 20:13:04 +02:00
parent f860c901f5
commit d538f21a57

View File

@ -76,7 +76,7 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once
sed -E -e 's/[[:space:]]*//g')
# TODO: was ist hier falsch
# __n_of_zgroups=$(echo "$__n_of_zgrps" | ${STRIPWHITESPACE} )
log_debug "$func:${LINENO}: #n of zone_groups: $__number_of_zone_groups"
# log_debug "$func:${LINENO}: #n of zone_groups: $__number_of_zone_groups"
local __zone_groups=($__number_of_zone_groups)
for zg in `seq 1 $__number_of_zone_groups`; do