mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
[refactor][fix] Remove unnecessary variable
This commit is contained in:
@@ -93,12 +93,8 @@ whiptail_bond_nics() {
|
|||||||
|
|
||||||
IFS=' ' read -ra BNICS <<< "$BNICS"
|
IFS=' ' read -ra BNICS <<< "$BNICS"
|
||||||
|
|
||||||
local unmanaged_bond=0
|
|
||||||
for bond_nic in "${BNICS[@]}"; do
|
for bond_nic in "${BNICS[@]}"; do
|
||||||
if [[ "${nmcli_dev_status_list}" =~ $bond_nic\:unmanaged ]]; then
|
if [[ "${nmcli_dev_status_list}" =~ $bond_nic\:unmanaged ]]; then
|
||||||
unmanaged_bond=1
|
|
||||||
fi
|
|
||||||
if [[ "$unmanaged_bond" == 1 ]]; then
|
|
||||||
whiptail \
|
whiptail \
|
||||||
--title "Security Onion Setup" \
|
--title "Security Onion Setup" \
|
||||||
--msgbox "$bond_nic is unmanaged by Network Manager. Please remove it from other network management tools then re-run setup." \
|
--msgbox "$bond_nic is unmanaged by Network Manager. Please remove it from other network management tools then re-run setup." \
|
||||||
|
|||||||
Reference in New Issue
Block a user