Skip to content
Snippets Groups Projects
Commit b723c312 authored by virus2500's avatar virus2500
Browse files

fixed cleanup comment

parent f386cd81
No related branches found
Tags v1.0.0
No related merge requests found
......@@ -163,9 +163,9 @@ sub remIpsFromBlocklist {
######## END remIpsFromBlocklist ########
################## cleanup ###################
#### Cleanup: move tmp file to new place #####
##############################################
########## cleanup ################
#### Cleanup: delete tmp file #####
###################################
sub cleanup {
$result = `$rm $tmpDir/$fileName && echo "Deleted file $tmpDir/$fileName" || echo "Can\t delete file $tmpDir/$fileName"`;
print "\nWe added $added, removed $removed, skipped $skipped Rules\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment