From dd9bfc335180e15db73253bb8d460a6b6d643911 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:27:31 -0500 Subject: [PATCH] Clarify error message --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index d8a99b7..8fcdea4 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -262,7 +262,7 @@ try_exec() { fi else # 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 fi