mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add a missing space between a variable and the ] for a test
This commit is contained in:
parent
887aedc64e
commit
5071594969
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ list_net_interfaces()
|
|||
_tmplist="${_lo}${_tmplist}"
|
||||
;;
|
||||
*)
|
||||
if [ -z "$type"]; then
|
||||
if [ -z "$type" ]; then
|
||||
warn "Values of network_interfaces other than" \
|
||||
"AUTO are deprecated"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue