Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
e30bcb41f5 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-07-21 16:04:16 +02:00
CanbiZ
91b21ff242 Update build.func 2025-07-21 16:04:14 +02:00

View File

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