aboutsummaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-18 18:57:50 -0600
committerCraig Jennings <c@cjennings.net>2026-01-18 18:57:50 -0600
commit32dea7d77f1717ae146d1c3d22d64b84e3d373f4 (patch)
tree3315ded855cf717a4f7664f31f782b6b36dc5040 /custom
parentb6f2207737d5b5b2e5f5a8b490e6ed52c16ebce6 (diff)
downloadarchangel-32dea7d77f1717ae146d1c3d22d64b84e3d373f4.tar.gz
archangel-32dea7d77f1717ae146d1c3d22d64b84e3d373f4.zip
Include timestamp in install-archzfs log filename
Diffstat (limited to 'custom')
-rwxr-xr-xcustom/install-archzfs2
1 files changed, 1 insertions, 1 deletions
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