mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04: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:
committed by
Nick Hainke
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
|
||||
|
||||
Reference in New Issue
Block a user