Skip to content

Commit 1742cb5

Browse files
authored
Merge branch 'ZqinKing:main' into main
2 parents 7568541 + a99751e commit 1742cb5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
16.5 MB
Binary file not shown.
19.5 MB
Binary file not shown.

update.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,13 @@ update_argon() {
983983
echo "luci-theme-argon 更新完成"
984984
}
985985

986+
fix_easytier_lua() {
987+
local file_path="$BUILD_DIR/package/feeds/small8/luci-app-easytier/luasrc/model/cbi/easytier.lua"
988+
if [ -f "$file_path" ]; then
989+
sed -i 's/util.pcdata/xml.pcdata/g' "$file_path"
990+
fi
991+
}
992+
986993
main() {
987994
clone_repo
988995
clean_up
@@ -1029,6 +1036,7 @@ main() {
10291036
update_uwsgi_limit_as
10301037
update_argon
10311038
install_feeds
1039+
fix_easytier_lua
10321040
update_adguardhome
10331041
update_script_priority
10341042
update_geoip

0 commit comments

Comments
 (0)