From 23ae808409e77ca1de56e944b59ba53e85ffddad Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 9 Feb 2022 22:20:27 -0500 Subject: [PATCH] make sure new logs get separated with white space. --- configure-stormux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-stormux.sh b/configure-stormux.sh index 0a202ff..cc9204e 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -33,7 +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" +echo -e "\n\n-----> Logging started at $(date '+%A, %B %d, %Y at %I:%M%p')\n" >> "${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