1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-18 13:13:56 +02: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:
Josef Schlehofer 2022-02-26 16:45:22 +01:00 committed by Nick Hainke
parent 528bb41cc9
commit 8ec1cd2f67

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