From f94a88a39502904a771b7bd212388f98ea426ad5 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Thu, 17 Jun 2021 23:30:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=8C=85=20luci-app-jd-dailybonus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/Common | 4 ++-- Scripts/AutoBuild_Function.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Configs/Common b/Configs/Common index 875c965..4ae018f 100644 --- a/Configs/Common +++ b/Configs/Common @@ -2,7 +2,7 @@ CONFIG_PACKAGE_bash=y CONFIG_PACKAGE_luci-app-adguardhome=y CONFIG_PACKAGE_luci-app-autoupdate=y CONFIG_PACKAGE_luci-app-dnsfilter=y -CONFIG_PACKAGE_luci-app-jd-dailybonus is not set +#CONFIG_PACKAGE_luci-app-jd-dailybonus is not set CONFIG_PACKAGE_luci-app-openclash=y # CONFIG_PACKAGE_luci-app-rclone is not set # CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set @@ -12,4 +12,4 @@ CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y -CONFIG_PACKAGE_xray-geodata=y +CONFIG_PACKAGE_xray-geodata=y \ No newline at end of file diff --git a/Scripts/AutoBuild_Function.sh b/Scripts/AutoBuild_Function.sh index 8f96d29..69feaa4 100755 --- a/Scripts/AutoBuild_Function.sh +++ b/Scripts/AutoBuild_Function.sh @@ -276,7 +276,7 @@ Other_Scripts() { fi [[ -s $GITHUB_WORKSPACE/Configs/Common ]] && { TIME "Merging Common_Config to .config ..." - echo -e "\n$(cat $GITHUB_WORKSPACE/Configs/Common)" >> .config + cat $GITHUB_WORKSPACE/Configs/Common >> .config } }