Using the correct Variable name

Esse commit está contido em:
Philippe Caseiro 2018-04-12 17:16:59 +02:00
commit e87d3ccf69
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -6,7 +6,7 @@
cmd="mysql"
options='--defaults-file=/etc/mysql/debian.cnf'
role=$(CreoleGet dbClusterRole 'Leader')
role=$(CreoleGet dbClusterPosition 'Leader')
if [[ ${role} == "Leader" ]]
then