Using the correct Variable name

This commit is contained in:
Philippe Caseiro 2018-04-12 17:16:59 +02:00
父節點 160c18fa88
當前提交 e87d3ccf69
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

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