make sure new logs get separated with white space.

This commit is contained in:
Storm Dragon 2022-02-09 22:20:27 -05:00
parent 55899a7ee7
commit 23ae808409

View File

@ -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