mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 08:46:04 -04:00
long rather than short option
This commit is contained in:
parent
b55913637b
commit
1a65a91039
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ PATH="$(sudo --non-interactive /usr/lib/security-misc/echo-path)"
|
|||
export PATH
|
||||
|
||||
if [ "$use_sudo" = "true" ]; then
|
||||
sudo -A --user "$user_pkexec_wrapper" --set-home "$@"
|
||||
sudo --askpass --user "$user_pkexec_wrapper" --set-home "$@"
|
||||
else
|
||||
lxqt-sudo "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue