Feat: Quorum Status (#5278)

This commit is contained in:
CanbiZ
2025-06-19 18:50:23 +02:00
committed by GitHub
parent 204ec64f14
commit b5012c4225
5 changed files with 64 additions and 18 deletions

View File

@@ -1143,7 +1143,7 @@ build_container() {
$PW
"
# This executes create_lxc.sh and creates the container and .conf file
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" $?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $?
LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
if [ "$CT_TYPE" == "0" ]; then