Compare commits

..

No commits in common. "e30bcb41f5a9278087d67dd8a45d7a5bee18ddb5" and "d54281bb875b4a5a60a406edbe77f799873077bb" have entirely different histories.

View File

@ -1397,9 +1397,10 @@ EOF'
fi
msg_ok "Customized LXC Container"
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/"$var_install".sh)"; then
return
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"; then
exit $?
fi
}
# This function sets the description of the container.