From 93c658cb6e80094d4787362e764965bde9d70dbd Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:52:36 -0500 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index a9e33ce..fe6dbc9 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Simple new installer -exec > >(tee -ia installation.log) +exec > >(tee -ia installation.log) exec 2> >(tee -ia installation.log >&2) HOME=/home/pi USER=pi