From 7c1e22eced1281fea0e2360d9baeb4f2819adc06 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:01:23 -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 9c33852..c41a1bd 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Simple new installer set -x -exec > >(tee -i logfile.txt) 2>&1 +exec > >(tee -i installation$(date +%F).txt) 2>&1 HOME=/home/pi USER=pi