Merge branch 'master' into dist/eole/2.6.2/master

This commit is contained in:
Philippe Caseiro 2018-05-09 18:32:49 +02:00
commit 534e04671a
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}")