Hopefully added logging for configure-stormux. Logs saved to ~/.cache/configure-stormux.log.
This commit is contained in:
parent
258f575863
commit
aa2fa97d9b
@ -32,6 +32,9 @@ if [[ ! -d ~/Desktop ]]; then
|
||||
xdg-user-dirs-update
|
||||
fi
|
||||
|
||||
# Set up logging
|
||||
exec &> >(/usr/bin/tee -a "${XDG_CACHE_HOME:-$HOME/.cache}/configure-stormux.log")
|
||||
|
||||
# Check for possible resize
|
||||
diskSource="$(df --output='source' / | tail -1)"
|
||||
diskSize="$(df -h --output='size' / | tail -1 | tr -cd '[:digit:].')"
|
||||
|
Loading…
Reference in New Issue
Block a user