make sure new logs get separated with white space.
This commit is contained in:
parent
55899a7ee7
commit
23ae808409
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user