From 6b525a2c211741f6677de3a8f5c7e9e22a067110 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:19:32 -0600 Subject: [PATCH] fix so-setup error duplicate bond0 --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 88da7ee9e..17bc8495e 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -729,7 +729,7 @@ configure_network_sensor() { fi # Create the bond interface only if it doesn't already exist - nmcli -f name,uuid -p con | grep -q '$INTERFACE' + nmcli -f name,uuid -p con | grep -q "$INTERFACE" local found_int=$? if [[ $found_int != 0 ]]; then