mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Updates logging paths, to all write to 'logs' directory in the tmp directory.
This commit is contained in:
2
env/.local/scripts/hypr/install-webapp
vendored
2
env/.local/scripts/hypr/install-webapp
vendored
@@ -237,7 +237,7 @@ EOF
|
||||
|
||||
# Setup logging file and label
|
||||
source "$SCRIPTS/hypr/logging"
|
||||
setup-logging "/tmp/$THIS.log" "$THIS"
|
||||
setup-logging "$THIS.log" "$THIS"
|
||||
export LOG_ENABLE_DRY_RUN="$dry_run"
|
||||
|
||||
if [[ -z "$XDG_DATA_HOME" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user