Fixing variable name in template

This commit is contained in:
Philippe Caseiro 2018-05-09 18:32:26 +02:00
parent b0f9914eac
commit 3674f62d19
1 changed files with 2 additions and 2 deletions

View File

@ -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}")