Added timestamps to the log.
This commit is contained in:
parent
aa2fa97d9b
commit
55899a7ee7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user