Using the correct Variable name

Este commit está contenido en:
Philippe Caseiro 2018-04-12 17:16:59 +02:00
padre 160c18fa88
commit e87d3ccf69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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