-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Zigbee2Mqtt
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zigbee2mqtt.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
I am running the script on a fresh proxmox setup and run the script in the nodes shell. I select default settings and the script fails with:
/dev/fd/62: line 41: DISABLEIP6: unbound variable
π Steps to reproduce the issue.
As described in the description
β Paste the full error output (if available).
βοΈ Using Default Settings on node proxmox
π₯οΈ Operating System: debian
π Version: 12
π¦ Container Type: Unprivileged
πΎ Disk Size: 2 GB
π§ CPU Cores: 1
π οΈ RAM Size: 512 MiB
π Container ID: 101
π Creating a MQTT LXC using the above default settings
/dev/fd/62: line 41: DISABLEIP6: unbound variable
[ERROR] in line 41: exit code 0: while executing command JSON_PAYLOAD=$(cat <<EOF
{
"ct_type": $CT_TYPE,
"type":"lxc",
"disk_size": $DISK_SIZE,
"core_count": $CORE_COUNT,
"ram_size": $RAM_SIZE,
"os_type": "$var_os",
"os_version": "$var_version",
"disableip6": "$DISABLEIP6",
"nsapp": "$NSAPP",
"method": "$METHOD",
"pve_version": "$pve_version",
"status": "installing",
"random_id": "$RANDOM_UUID"
}
EOF
)
πΌοΈ Additional context (optional).
No response