Fixing variable name in template
This commit is contained in:
parent
b0f9914eac
commit
3674f62d19
|
@ -40,8 +40,8 @@ then
|
||||||
then
|
then
|
||||||
hostsList+=(${accLimits[${index}]//,/ })
|
hostsList+=(${accLimits[${index}]//,/ })
|
||||||
else
|
else
|
||||||
ipAddr=($(CreoleGet ip_my_dist))
|
ipAddr=($(CreoleGet ipMariaDBLimit))
|
||||||
ipMask=($(CreoleGet mask_my_dist))
|
ipMask=($(CreoleGet maskMariaDBLimit))
|
||||||
if [[ ${ipMask} == "255.255.255.255" ]]
|
if [[ ${ipMask} == "255.255.255.255" ]]
|
||||||
then
|
then
|
||||||
hostsList+=("${ipAddr}")
|
hostsList+=("${ipAddr}")
|
||||||
|
|
Loading…
Reference in New Issue