From a1fbfd5029f55aba789c9e974c276f5b85a840fe Mon Sep 17 00:00:00 2001 From: Botspot Date: Sat, 31 Jul 2021 18:07:45 -0500 Subject: [PATCH] updater: stop writing to rogue output.log file --- updater | 1 - 1 file changed, 1 deletion(-) diff --git a/updater b/updater index 70f4f22..9705fd3 100755 --- a/updater +++ b/updater @@ -254,7 +254,6 @@ IFS=$'\n' #remove empty newlines from output output="$(echo "$output" | grep .)" -echo "$output" > ~/output.log #limit list of update files to those selected by user. #Edge case: if a file and app are named the same, they will appear in both lists if either one was selected.