From e31b19f78bb0eed11cba54ae09a8b8f9543a7898 Mon Sep 17 00:00:00 2001
From: Juan Ferrer Toribio <juan@verdnatura.es>
Date: Mon, 7 Apr 2025 10:20:25 +0200
Subject: [PATCH] fix: refs #8140 remove role-change script quotes

---
 roles/db/files/mariabackup/bacula-after.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/db/files/mariabackup/bacula-after.sh b/roles/db/files/mariabackup/bacula-after.sh
index d38e399..32bb6b9 100755
--- a/roles/db/files/mariabackup/bacula-after.sh
+++ b/roles/db/files/mariabackup/bacula-after.sh
@@ -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