From 59155285f735d67752165c501b0adcfb0af6d512 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:53:32 +0200 Subject: [PATCH] Update create_lxc.sh --- ct/create_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index a45940fd..aa1e3eb7 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -146,7 +146,7 @@ fi # Check Cluster Quorum if in Cluster if ! pvecm status | grep -q "Quorate: Yes"; then printf "\e[?25h" # Cursor sichtbar machen - echo -e "\n\n${CROSS}${RD}Cluster is not quorate. Start all nodes or configure quorum device (QDevice).${CL}\n" + echo -e "\n\n${CROSS}${RD}Cluster is not quorate. Start all nodes or configure quorum device (QDevice). 111${CL}\n" exit 210 fi