mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-07 03:06:53 +08:00
minimalist-pcproxy: fix post install script
Fixes: Configuring minimalist-pcproxy. sh: 1: unknown operand Reported-by: Daniel Golle <daniel@makrotopia.org> Suggested-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
528bb41cc9
commit
8ec1cd2f67
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ `uci -q get upnpd.config._pcproxy_configured` = "1" ]
|
||||
if [ "`uci -q get upnpd.config._pcproxy_configured`" = "1" ]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user