From 160c18fa883def10331a762f51e8852eeae0ebd9 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 12 Apr 2018 17:14:05 +0200 Subject: [PATCH] Fixing syntax error --- scripts/mariadbPwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mariadbPwd b/scripts/mariadbPwd index 61983a9..9b2cb17 100644 --- a/scripts/mariadbPwd +++ b/scripts/mariadbPwd @@ -8,7 +8,7 @@ options='--defaults-file=/etc/mysql/debian.cnf' role=$(CreoleGet dbClusterRole 'Leader') -if [[ ${role} == "Leader"]] +if [[ ${role} == "Leader" ]] then if [[ -z ${1} ]] then