diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 25ba491d..507738eb 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -389,7 +389,7 @@ jobs: git_sparse_clone openwrt-25.12 "https://github.com/immortalwrt/luci" applications collections/luci-nginx protocols/luci-proto-minieap protocols/luci-proto-quectel themes/luci-theme-argon mv -n applications/* luciapp/; rm -rf applications - for ipk in $(ls -d luciapp/!(luci-app-rclone|luci-app-dockerman|luci-app-smartdns|luci-app-3ginfo-lite|luci-app-ddns|luci-app-ksmbd|luci-app-samba4|luci-app-watchcat|luci-app-transmission)/); do + for ipk in $(ls -d luciapp/!(luci-app-rclone|luci-app-smartdns|luci-app-3ginfo-lite|luci-app-ddns|luci-app-ksmbd|luci-app-samba4|luci-app-watchcat|luci-app-transmission)/); do if [[ $(ls $ipk/po | wc -l) -gt 4 ]]; then rm -rf $ipk fi