Add Description field for Bridges
This commit is contained in:
@@ -637,7 +637,7 @@ advanced_settings() {
|
|||||||
if [[ -n "$description" ]]; then
|
if [[ -n "$description" ]]; then
|
||||||
BRIDGE_MENU_OPTIONS+=("$bridge" "${description}")
|
BRIDGE_MENU_OPTIONS+=("$bridge" "${description}")
|
||||||
else
|
else
|
||||||
BRIDGE_MENU_OPTIONS+=("$bridge" "$bridge")
|
BRIDGE_MENU_OPTIONS+=("$bridge" " ")
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done <<< "$BRIDGES"
|
done <<< "$BRIDGES"
|
||||||
|
|||||||
Reference in New Issue
Block a user