From 6caa36a09d8d272692d168cf8c81b3416009b2b4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 17:55:10 -0700 Subject: [PATCH] Change log files to txt files because Android file haanddler is dumb. --- bashrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.sh b/bashrc.sh index 24cfedd..0c26dc6 100755 --- a/bashrc.sh +++ b/bashrc.sh @@ -387,7 +387,7 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')" fi done fi - ) >> "$HOME"/Reports/env-termux.log 2>&1 & + ) >> "$HOME"/Reports/env-termux.log.txt 2>&1 & ) # Complete!