Explorar el Código

fix typo error in init

Fixes: #210

Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit 8952f6e6e31fe15d100e20b979fef057d17190be)
Tianling Shen hace 2 años
padre
commit
a4e7e4f179
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      root/etc/init.d/unblockneteasemusic

+ 1 - 1
root/etc/init.d/unblockneteasemusic

@@ -164,7 +164,7 @@ start_service() {
 	local tmp="/tmp/$NAME"
 	if [ "${hijack_ways}" = "use_ipset" ]; then
 		local settype nftflag
-		if [ -n "$FW4"]; then
+		if [ -n "$FW4" ]; then
 			settype="nftset"
 			nftflag="inet#fw4#"
 		else