From dcc6c2da5c30ab5e38f08af818fdac2f1535f4fd Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 22 Sep 2024 18:03:17 +0200 Subject: [PATCH] tuirun debug 2 --- .scripts/bin/tuirun-debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/bin/tuirun-debug.sh b/.scripts/bin/tuirun-debug.sh index 6265f0d0..d8013040 100755 --- a/.scripts/bin/tuirun-debug.sh +++ b/.scripts/bin/tuirun-debug.sh @@ -1,5 +1,5 @@ # Log file location -LOGFILE="/.cache/tuirun/tuirun-toggle.log" +LOGFILE="/home/$USER/.cache/tuirun/tuirun-toggle.log" # Redirect all output and errors to the log file exec >>"$LOGFILE" 2>&1 # Enable command tracing