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:
Josef Schlehofer 2022-02-26 16:45:22 +01:00 committed by Nick Hainke
parent 528bb41cc9
commit 8ec1cd2f67
1 changed files with 1 additions and 1 deletions

View File

@ -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