mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 16:28:52 +00: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/"
|
base_url="https://raw.githubusercontent.com/flathub-infra/flathub-inactive-repo-list/refs/heads/main/"
|
||||||
for file in inactive.txt manual_inactive.txt; do
|
for file in inactive.txt manual_inactive.txt; do
|
||||||
curl -s "${base_url}${file}" | while read folder; 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
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user