From 84fb3ebc62e79a5a9c9be76062f607eb0ebc4578 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:00:22 -0500 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/newinstaller.sh b/newinstaller.sh index 7713bb2..9c33852 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,8 +1,7 @@ #!/usr/bin/env bash # Simple new installer set -x -exec > >(tee -i logfile.txt) -exec 2>&1 +exec > >(tee -i logfile.txt) 2>&1 HOME=/home/pi USER=pi