From 70698353f73b55da2cc964d189cb110fa65d999b Mon Sep 17 00:00:00 2001 From: Sean Ford Date: Mon, 28 Jul 2025 11:00:33 -0400 Subject: [PATCH] Update install.sh Fix for Error on PVE 8.4 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index be3380c..94f4594 100644 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ echo "Restarting lldpd service..." sudo systemctl restart lldpd echo "Configuring lldpd to monitor all interfaces matching '*' pattern..." -sudo lldpcli configure system interface pattern * +sudo lldpcli configure system interface pattern '*' # Assuming the update_interface_desc.sh is in the same directory as install.sh # Copy the update_interface_desc.sh script to /usr/local/bin