luci-app-clash: fix permission

This commit is contained in:
CN_SZTL 2019-07-27 19:18:41 +08:00
parent af4e4abc90
commit 4895cf64d7
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 1 additions and 1 deletions

0
package/jsda/luci-app-clash/tools/po2lmo/src/po2lmo Normal file → Executable file
View File

View File

@ -40,7 +40,7 @@ iptables -t nat -A prerouting_rule -i br-lan -p tcp -m set --match-set music dst
/etc/init.d/firewall restart >/dev/null 2>&1
fi
/usr/share/unblockmusic/logcheck.sh >/dev/null 2>&1&
/usr/share/unblockmusic/logcheck.sh >/dev/null 2>&1 &
}
stop()