From cad911893d653f612c1570ed1bdc7b82df3d9ab8 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 31 Dec 2021 12:33:01 +0100 Subject: Bringing in changes from v2.3.1-dev branch. This fixes a selection of things mentioned in #819. --- archinstall/lib/general.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archinstall/lib/general.py') diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index ea0bafc9..7c8f8ea3 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -284,6 +284,9 @@ class SysCommandWorker: except UnicodeDecodeError: return False + with open(f"{storage['LOG_PATH']}/cmd_output.txt", "a") as peak_output_log: + peak_output_log.write(output) + sys.stdout.write(str(output)) sys.stdout.flush() -- cgit v1.2.3-54-g00ecf