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