mirror of
https://github.com/openwrt/routing.git
synced 2025-12-22 01:44:32 +04:00
minimalist-pcpproxy: fix uci call in default-script
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ `uci get -q upnpd.config._pcproxy_configured` = "1" ]
|
if [ `uci -q get upnpd.config._pcproxy_configured` = "1" ]
|
||||||
then
|
then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user