diff --git a/quick_fix.html b/quick_fix.html
index da8cb30..2887450 100644
--- a/quick_fix.html
+++ b/quick_fix.html
@@ -132,10 +132,7 @@ do /bin/mv "$f" "snort_$f"
done
# We must add a whitespace after every "#" to make it compatible
-/usr/bin/sed -i -e 's/^\#alert/\# alert/g' snort_*
-
-# Remove sed backups files
-/bin/rm *-e
+/usr/bin/sed -i "" -e 's/^\#alert/\# alert/g' snort_*
# Now move them all to the correct locations
/bin/mv /tmp/snort_rules/snort_* /usr/local/etc/snort/rules/