This commit is contained in:
CanbiZ
2025-07-22 11:56:25 +02:00
parent 2000987e24
commit b93f8ce5fe
2 changed files with 5 additions and 5 deletions

View File

@@ -1438,7 +1438,7 @@ EOF'
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
exit $?
fi
}