Fixing syntax error
This commit is contained in:
parent
3cbfed8f2d
commit
160c18fa88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue