From 2dd9b51ab15b5ba04de7a3c5007192aedbd39732 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:38:02 -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 8fcdea4..06f65f7 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2080,7 +2080,7 @@ eac_workaround() { # Try to modify /etc/hosts as root try_exec "printf '\n$eac_hosts #Star Citizen EAC workaround\n' >> /etc/hosts" if [ "$?" -eq 1 ]; then - message info "Something went wrong. Unable to modify /etc/hosts.\n\nReturning to main menu." + message info "Authentication failed or there was an error modifying /etc/hosts.\nSee terminal for more information.\n\nReturning to main menu." return 0 fi