Bläddra i källkod

fix typo error in init

Fixes: #210

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen 2 år sedan
förälder
incheckning
8952f6e6e3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      root/etc/init.d/unblockneteasemusic

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

@@ -165,7 +165,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