From b7f94f7ae3f7ad9af96e27d6b6b9690a56ca5355 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 14 Oct 2023 17:42:15 -0600 Subject: poolify: Add a gross hack to get things working again --- bin/poolify | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/poolify b/bin/poolify index 6f9a109..e256157 100755 --- a/bin/poolify +++ b/bin/poolify @@ -71,6 +71,10 @@ main() { echo '# Pass 2' while read -r time url; do + if [[ "$url" == */2.0-Update/* ]]; then + # Gross hack + continue + fi name="${url##*/Public/}" dirpart="${name%/*}" filepart="${name##*/}" -- cgit v1.1-4-g5e80