From 6ecd5ab254433f513dc140d0a042147411e251d5 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sun, 11 Apr 2021 21:36:16 +0000 Subject: [PATCH] Fixed vlan tag parameter in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c9996ff..7c5cb7f 100644 --- a/install.sh +++ b/install.sh @@ -48,7 +48,7 @@ sleep 2; # Check vlan configuration if [[ $LXC_VLAN != "" ]];then - VLAN=",vlan=$LXC_VLAN" + VLAN=",tag=$LXC_VLAN" else VLAN="" fi