From e7db0e1789cf211d2bdc16e27b591eefc8c4e9ca Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:53:52 -0500 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/newinstaller.sh b/newinstaller.sh index fe6dbc9..a488859 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash # Simple new installer -exec > >(tee -ia installation.log) -exec 2> >(tee -ia installation.log >&2) +exec > >(tee -i logfile.txt) +exec 2>&1 + HOME=/home/pi USER=pi branch=sqlite