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