Skip to content

Commit

Permalink
Merge pull request #5233 from KKoukiou/webui-desktop-stderr
Browse files Browse the repository at this point in the history
webui: send stderr from webui-desktop to a webui-desktop.log file
  • Loading branch information
KKoukiou authored Oct 17, 2023
2 parents 0b9fe7c + d3c468f commit 98f01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/webui-desktop
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fi
# disable /etc/cockpit/
XDG_CONFIG_DIRS="$BROWSER_HOME" COCKPIT_SUPERUSER="pkexec" /usr/libexec/cockpit-ws -p 80 -a "$WEBUI_ADDRESS" --no-tls --local-session=cockpit-bridge &
WS_PID=$!
exec 1>&2
exec > >(systemd-cat -t anaconda) 2>&1

# Cleanup function
cleanup() {
Expand Down

0 comments on commit 98f01f4

Please sign in to comment.