diff --git a/setup/so-functions b/setup/so-functions index 456f6883d..a8414d0e8 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -716,7 +716,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