From 4371075861950f89053eab9554fce9ec4ae37276 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Fri, 21 Jun 2019 18:51:26 -0500
Subject: [PATCH] Remove 1B that did nothing but was annoying

---
 firestarter | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firestarter b/firestarter
index 02911b3..17a1fc4 100755
--- a/firestarter
+++ b/firestarter
@@ -393,7 +393,7 @@ step_execute() {
 				log "Found target for \"$filename\": \"$execline\""
 				if ! [ "$_dryrun" = "1" ]; then
 					if [ -f "$logfile" ]; then
-						[ -f "$logfile.old" ] && rm "$logfile.old" 
+						[ -f "$logfile.old" ] && rm "$logfile.old"
 						mv "$logfile" "$logfile.old"
 					fi
 					bash -c "$execline" > "$logfile" 2>&1 &