From 58ce0ac2627cdab31aa41a6a8750109ccfb12f94 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:56:02 -0500 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/newinstaller.sh b/newinstaller.sh index 6cd553c..7713bb2 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash # Simple new installer +set -x exec > >(tee -i logfile.txt) exec 2>&1