From 2e4821e99538b2a83e438a9dad100126e3a98fde Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 12:59:23 +0100 Subject: fix(sys/svcs/xdg/portals): Set stdout and err debugging --- sys/svcs/xdg/scripts/lf_wrapper | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/svcs') diff --git a/sys/svcs/xdg/scripts/lf_wrapper b/sys/svcs/xdg/scripts/lf_wrapper index 9395c338..a98dea2a 100755 --- a/sys/svcs/xdg/scripts/lf_wrapper +++ b/sys/svcs/xdg/scripts/lf_wrapper @@ -26,6 +26,12 @@ save="$3" recommended_path="$4" out="$5" +echo > /tmp/stdout +echo > /tmp/stderr + +exec 1>> /tmp/stdout +exec 2>> /tmp/stderr + cmd="$(command -v lf)" termcmd="${TERMINAL:-$(command -v allacritty)}" -- cgit 1.4.1