fix: idempotent rm

This commit is contained in:
curben 2020-02-08 03:37:01 +00:00
parent 1b75e73ade
commit 8167a4e833
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -122,4 +122,4 @@ sort | \
sed '1 i\'"$COMMENT"'' | \
sed "1s/Malicious/Online Malicious/" > "../urlhaus-filter-hosts-online.txt"
cd ../ && rm -r "tmp/"
cd ../ && rm -rf "tmp/"