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 changed files with 1 additions and 1 deletions
|
@ -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 a new issue