fix: refs #8140 remove role-change script quotes

This commit is contained in:
Juan Ferrer 2025-04-07 10:20:25 +02:00
parent fd1d64692b
commit e31b19f78b
1 changed files with 1 additions and 1 deletions

View File

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