mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
fix bad _netgraph, variable
Fix "local: _netgraph,: bad variable name" warning when running `vm switch info`
This commit is contained in:
@@ -96,7 +96,7 @@ info::switch(){
|
||||
#
|
||||
info::switch_show(){
|
||||
local _switch="$1"
|
||||
local _type _bridge _vale _netgraph, _id
|
||||
local _type _bridge _vale _netgraph _id
|
||||
local _INDENT=" "
|
||||
|
||||
[ -z "${_switch}" ] && return 1
|
||||
|
||||
Reference in New Issue
Block a user