mirror of
https://github.com/Drop-OSS/flathub-app-bin.git
synced 2026-01-30 20:55:22 +01:00
x-checker: Restore pipe to true
This commit is contained in:
@@ -17,7 +17,7 @@ echo "==> Deleting inactive repos"
|
||||
base_url="https://raw.githubusercontent.com/flathub-infra/flathub-inactive-repo-list/refs/heads/main/"
|
||||
for file in inactive.txt manual_inactive.txt; do
|
||||
curl -s "${base_url}${file}" | while read folder; do
|
||||
test -d "$folder" && echo "==> Deleting $folder" && rm -rf "$folder"
|
||||
test -d "$folder" && echo "==> Deleting $folder" && rm -rf "$folder" || true
|
||||
done
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user