Fixing syntax error

This commit is contained in:
Philippe Caseiro 2018-04-12 17:14:05 +02:00
parent 3cbfed8f2d
commit 160c18fa88
1 changed files with 1 additions and 1 deletions

View File

@ -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