mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 11:42:42 -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
|
export PATH
|
||||||
|
|
||||||
if [ "$use_sudo" = "true" ]; then
|
if [ "$use_sudo" = "true" ]; then
|
||||||
sudo -A --user "$user_pkexec_wrapper" --set-home "$@"
|
sudo --askpass --user "$user_pkexec_wrapper" --set-home "$@"
|
||||||
else
|
else
|
||||||
lxqt-sudo "$@"
|
lxqt-sudo "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue