ipset: script maintenance

This commit is contained in:
bol-van
2024-12-22 13:10:06 +03:00
parent 50616896c8
commit 5df9b5d109
6 changed files with 17 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ dl()
echo list is too small : $dlsize bytes. can be bad.
exit 2
fi
zzcat "$TMPLIST" | zz "$2"
zzcopy "$TMPLIST" "$2"
rm -f "$TMPLIST"
}