-
-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Labels
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using, or where do you have Problems?
build.func
π Provide a clear and concise description of the issue.
Hello,
I am running the dev version of Frigate install on a Proxmox 9 server.
I use VLAN's to am running the advanced installer
There appears to be a bug when creating the net_string
NET_STRING+="${VLAN:+,tag=$VLAN}"
In my case this creates a string with ",tag=,tag=100" as "$VLAN" already contains ",tag=X"
I tested with a local mod to build.func and install succeeded
NET_STRING+="${VLAN:+$VLAN}"
π Steps to reproduce the issue.
Install a CT using advanced option choosing to set a vlan.
β Paste the full error output (if available).
+ pct create 202 local:vztmpl/debian-12-standard_12.12-1_amd64.tar.zst -features nesting=1 -hostname frigate -tags nvr -net0 name=eth0,bridge=vmbr1,ip=dhcp,tag=,tag=100,ip6=auto -onboot 1 -cores 4 -memory 4096 -unprivileged 0 -rootfs disks:20
πΌοΈ Additional context (optional).
No response