Skip to content

Commit

Permalink
Merge pull request #5956 from jkonecny12/master-fix-liveinst-running-…
Browse files Browse the repository at this point in the history
…as-live-user

Fix permission errors from liveinst exit
  • Loading branch information
jkonecny12 authored Oct 23, 2024
2 parents 253c868 + 50d9b18 commit 1ba5ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/liveinst/liveinst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if [ "$(id -u)" -ne 0 ]; then
xhost +si:localuser:root
unset XAUTHORITY
pkexec "$0" "$@"
exit $?
fi

# pkexec clears DBUS_SESSION_BUS_ADDRESS from environment
Expand Down

0 comments on commit 1ba5ec2

Please sign in to comment.