From f1fa155c2fb6ff45fdda4f69ec955a9273c5ad10 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 14 Sep 2021 00:13:51 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 09d3492..a5ecbab 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -18,10 +18,10 @@ sed -i '/skip\=/ a skip=`mount | grep -q /dev/$device; echo $?`' `find package/ svn export https://github.com/klever1988/helloworld/trunk/luci-app-ssr-plus dir_ssrp=`find package/ -follow -type d -path '*/luci-app-ssr-plus'` -cp luci-app-ssr-plus/root/etc/config/shadowsocksr ${dir_ssrp}/root/etc/config/shadowsocksr cp luci-app-ssr-plus/root/etc/ssrplus/black.list ${dir_ssrp}/root/etc/ssrplus/black.list cp luci-app-ssr-plus/root/etc/ssrplus/white.list ${dir_ssrp}/root/etc/ssrplus/white.list cp luci-app-ssr-plus/root/etc/ssrplus/blackipv6.sh ${dir_ssrp}/root/etc/ssrplus/blackipv6.sh +cp luci-app-ssr-plus/root/etc/ssrplus/blackipv4.sh ${dir_ssrp}/root/etc/ssrplus/blackipv4.sh cp luci-app-ssr-plus/root/usr/bin/ssr-rules ${dir_ssrp}/root/usr/bin/ssr-rules rm -rf luci-app-ssr-plus/