minimalist-pcpproxy: fix uci call in default-script

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2015-07-10 08:26:25 +02:00
parent dea54bb9f3
commit 14204998ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ `uci get -q upnpd.config._pcproxy_configured` = "1" ]
if [ `uci -q get upnpd.config._pcproxy_configured` = "1" ]
then
exit
fi