mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: Updates logging paths, to all write to 'logs' directory in the tmp directory.
This commit is contained in:
@@ -50,7 +50,7 @@ log() {
|
||||
############################## MAIN ##############################
|
||||
|
||||
source "$SCRIPTS/hypr/logging"
|
||||
setup-logging "/tmp/$THIS.log" "$THIS"
|
||||
setup-logging "$THIS.log" "$THIS"
|
||||
|
||||
if [[ -z $XDG_DATA_HOME ]]; then
|
||||
log "xdg data home is not set"
|
||||
|
||||
Reference in New Issue
Block a user