Merge pull request #579 from pedro-nonfree/patch-3
luci-app-bmx6: fixes error line in logread #578
This commit is contained in:
commit
272cd4c998
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ fi
|
|||
|
||||
if [ "$QUERY" == 'tunnels' ]; then
|
||||
tunnels=$(bmx6 -c --jshow tunnels /r=0)
|
||||
if [ -z $tunnels ]; then
|
||||
if [ -z "$tunnels" ]; then
|
||||
echo '{ "tunnels" : [] }'
|
||||
else
|
||||
echo $tunnels
|
||||
|
|
Loading…
Reference in a new issue