This commit is contained in:
CanbiZ
2025-08-04 11:38:42 +02:00
parent 1c736626df
commit e10cbff31c
2 changed files with 2 additions and 2 deletions

View File

@@ -1428,7 +1428,7 @@ 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
if ! lxc-attach -n "$CTID" -- bash -s < <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/$var_install.sh); then
EXITCODE=$?
echo "DEBUG: lxc-attach exit code was $EXITCODE"
if [[ $EXITCODE -eq 10 ]]; then