From ea66ec9d715288f3709b23e4e230fd25d030601f Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 14 Oct 2023 19:13:43 -0600 Subject: Remove the gross poolify hack --- bin/poolify | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/poolify') diff --git a/bin/poolify b/bin/poolify index 649b71b..92e3cce 100755 --- a/bin/poolify +++ b/bin/poolify @@ -87,10 +87,6 @@ main() { # Skip directories continue fi - if [[ "$url" == */2.0-Update/* ]]; then - # Gross hack - continue - fi name="${url##*/Public/}" dirpart="${name%/*}" filepart="${name##*/}" -- cgit v1.2.3