From 3674f62d1997f3ba2eb0b3b15ee29d1aebf94c66 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 9 May 2018 18:32:26 +0200 Subject: [PATCH] Fixing variable name in template --- postservice/25-bdd-admin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postservice/25-bdd-admin b/postservice/25-bdd-admin index cd5be03..f6b1ff5 100755 --- a/postservice/25-bdd-admin +++ b/postservice/25-bdd-admin @@ -40,8 +40,8 @@ then then hostsList+=(${accLimits[${index}]//,/ }) else - ipAddr=($(CreoleGet ip_my_dist)) - ipMask=($(CreoleGet mask_my_dist)) + ipAddr=($(CreoleGet ipMariaDBLimit)) + ipMask=($(CreoleGet maskMariaDBLimit)) if [[ ${ipMask} == "255.255.255.255" ]] then hostsList+=("${ipAddr}")