From b0506605973f250283213b62354c080abedfafe3 Mon Sep 17 00:00:00 2001 From: Yevgeny Kungurov Date: Tue, 17 Jun 2025 00:24:26 +0400 Subject: [PATCH] Fix bash script --- lists/combine-all-ipsets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/combine-all-ipsets.sh b/lists/combine-all-ipsets.sh index 7422ce0..e91dfcb 100644 --- a/lists/combine-all-ipsets.sh +++ b/lists/combine-all-ipsets.sh @@ -1,2 +1,2 @@ #!/bin/bash -cat ipsets/ipset-*.txt | sort > ipset-all-1.txt \ No newline at end of file +cat ipsets/*.txt | sort > ipset-all.txt \ No newline at end of file