Merge branch 'master' into dist/eole/2.6.2/master

This commit is contained in:
Philippe Caseiro 2018-04-12 17:14:18 +02:00
commit d1e813aaa8
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