updater: stop writing to rogue output.log file

pull/861/head
Botspot 4 years ago
parent 6693bfc1a1
commit a1fbfd5029

@ -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.

Loading…
Cancel
Save