mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-29 07:14:19 +00:00
Clarify error message
This commit is contained in:
parent
b009265951
commit
dd9bfc3351
@ -262,7 +262,7 @@ try_exec() {
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# We don't know how to perform this operation with elevated privileges
|
# We don't know how to perform this operation with elevated privileges
|
||||||
printf "\nNeither Polkit nor sudo appear to be installed. Unable to execute the command with elevated privileges.\n"
|
printf "\nNeither Polkit nor sudo appear to be installed. Unable to execute the command with the required privileges.\n"
|
||||||
retval=1
|
retval=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user