From 55899a7ee7e83d0f7ddc25810058cb170025e43e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 9 Feb 2022 20:07:37 -0500 Subject: [PATCH] Added timestamps to the log. --- configure-stormux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure-stormux.sh b/configure-stormux.sh index f41321e..0a202ff 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -33,6 +33,7 @@ if [[ ! -d ~/Desktop ]]; then fi # Set up logging +echo "-----> Logging started at $(date '+%A, %B %d, %Y at %I:%M%p')" >> "${XDG_CACHE_HOME:-$HOME/.cache}/configure-stormux.log" exec &> >(/usr/bin/tee -a "${XDG_CACHE_HOME:-$HOME/.cache}/configure-stormux.log") # Check for possible resize