From 54aef0fddd2864580afb44daed3dbb2a3cb8c918 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Wed, 16 Mar 2022 18:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=20Patch:=20revert=5Fremove-a?= =?UTF-8?q?lterId-config.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/AutoBuild_DiyScript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index b01e33b..701d673 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -58,7 +58,7 @@ Firmware_Diy() { # AddPackage svn other ddnsto linkease/nas-packages/trunk/network/services AddPackage git other helloworld fw876 master sed -i 's/143/143,8080,8443/' $(PKG_Finder d package luci-app-ssr-plus)/root/etc/init.d/shadowsocksr - # patch < ${CustomFiles}/Patches/revert_remove-alterId-config.patch -p1 -d ${Home} + patch < ${CustomFiles}/Patches/revert_remove-alterId-config.patch -p1 -d ${Home} patch < ${CustomFiles}/Patches/fix_ntfs3_antfs_conflict.patch -p1 -d ${Home} patch < ${CustomFiles}/Patches/fix_aria2_autocreate_path.patch -p1 -d ${Home}