diff --git a/misc/build.func b/misc/build.func index 2eb3593..36f1654 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1458,7 +1458,7 @@ build_container() { " # This executes create_lxc.sh and creates the container and .conf file - bash -c "$(curl -fsSL - https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/create_lxc.sh)" || exit $? + bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/create_lxc.sh)" || exit $? LXC_CONFIG=/etc/pve/lxc/${CTID}.conf if [ "$CT_TYPE" == "0" ]; then