Change log files to txt files because Android file haanddler is dumb.

This commit is contained in:
2026-05-06 17:55:05 -07:00
parent 4a13b5cea8
commit ee325db486

View File

@@ -616,7 +616,7 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')"
fi
done
fi
) >> "$HOME"/Reports/env-shared.log 2>&1 &
) >> "$HOME"/Reports/env-shared.txt.log 2>&1 &
)