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')
|
role=$(CreoleGet dbClusterRole 'Leader')
|
||||||
|
|
||||||
if [[ ${role} == "Leader"]]
|
if [[ ${role} == "Leader" ]]
|
||||||
then
|
then
|
||||||
if [[ -z ${1} ]]
|
if [[ -z ${1} ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue