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 } }