Update build.func

This commit is contained in:
CanbiZ 2025-07-01 15:27:32 +02:00
parent 362b3b5679
commit 0a1d2637ff

View File

@ -1198,7 +1198,7 @@ build_container() {
bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/create_lxc.sh)"
RET=$?
if [[ $RET -ne 0 ]]; then
msg_error "in line $LINENO: exit code $RET: while executing create_lxc.sh"
msg_error "rny: in line $LINENO: exit code $RET: while executing create_lxc.sh"
exit $RET
fi