diff --git a/contrib/ipset-apply.sh b/contrib/ipset-apply.sh index accca31..179574e 100755 --- a/contrib/ipset-apply.sh +++ b/contrib/ipset-apply.sh @@ -70,10 +70,10 @@ done FINISHED=0 cleanup() { # remove the temporary file - rm "/tmp/${tmpname}" #2>/dev/null + rm "/tmp/${tmpname}" 2>/dev/null # destroy the temporary ipset - ipset -X "${tmpname}" #2>/dev/null + ipset -X "${tmpname}" 2>/dev/null # remove our cleanup handler trap - EXIT