Update create_lxc.sh

This commit is contained in:
CanbiZ 2025-06-17 09:43:09 +02:00
parent 080371c16d
commit 33be8de5bd

View File

@ -143,14 +143,14 @@ if [ "$STORAGE_FREE" -lt "$REQUIRED_KB" ]; then
exit 214
fi
# Check Cluster Quorum if in Cluster
if [ -f /etc/pve/corosync.conf ]; then
if ! pvecm status | grep -q "Quorate: Yes"; then
printf "\e[?25h"
echo -e "\n${CROSS}${RD}Cluster is not quorate. Start all nodes or configure quorum device (QDevice).${CL}\n"
exit 210
fi
fi
# # Check Cluster Quorum if in Cluster
# if [ -f /etc/pve/corosync.conf ]; then
# if ! pvecm status | grep -q "Quorate: Yes"; then
# printf "\e[?25h"
# echo -e "\n${CROSS}${RD}Cluster is not quorate. Start all nodes or configure quorum device (QDevice).${CL}\n"
# exit 210
# fi
# fi
# Update LXC template list
$STD msg_info "Updating LXC Template List"