fix: refs #8140 remove role-change script quotes
This commit is contained in:
parent
fd1d64692b
commit
e31b19f78b
|
@ -46,7 +46,7 @@ fi
|
|||
|
||||
|
||||
echo "Promoting Events."
|
||||
"/root/scripts/role-change.sh --promote"
|
||||
/root/scripts/role-change.sh --promote
|
||||
|
||||
for node in "${dbClusterSiblings[@]}"; do
|
||||
ssh root@$node service mysql start
|
||||
|
|
Loading…
Reference in New Issue