From a2c489bdf66e26f42ddaa22a9fdfff7df564d4c6 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 28 Sep 2022 17:51:10 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 3802db4..464eca4 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -23,7 +23,6 @@ sed -i 's/START=95/START=99/' `find package/ -follow -type f -path */ddns-script mkdir -p `find package/ -follow -type d -path '*/pdnsd-alt'`/patches mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type d -path '*/pdnsd-alt'`/patches -sed -i 's/5.0/1.0/' .ccache/ccache.conf || true line_number_INCLUDE_Xray=$[`grep -m1 -n 'Include Xray' package/custom/openwrt-passwall/luci-app-passwall/Makefile|cut -d: -f1`-1] sed -i $line_number_INCLUDE_Xray'd' package/custom/openwrt-passwall/luci-app-passwall/Makefile