long rather than short option

This commit is contained in:
Patrick Schleizer 2019-10-22 08:56:05 -04:00
parent b55913637b
commit 1a65a91039
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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