From 32dea7d77f1717ae146d1c3d22d64b84e3d373f4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 18 Jan 2026 18:57:50 -0600 Subject: Include timestamp in install-archzfs log filename --- custom/install-archzfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/install-archzfs') diff --git a/custom/install-archzfs b/custom/install-archzfs index 1da4b51..3ce29b3 100755 --- a/custom/install-archzfs +++ b/custom/install-archzfs @@ -46,7 +46,7 @@ ENABLE_SSH="yes" # Enable SSH with root login (default yes for headless) NO_ENCRYPT="no" # Skip ZFS encryption (for testing only) # Logging -LOGFILE="/tmp/install-archzfs.log" +LOGFILE="/tmp/install-archzfs-$(date +'%Y-%m-%d-%H-%M-%S').log" exec > >(tee -a "$LOGFILE") 2>&1 # Log header with timestamp -- cgit v1.2.3