From 394cfa93920181a28adb898cc48ad6d3559cff36 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:15:51 -0500 Subject: [PATCH] Improve comment --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index eb8d9e7..4307b03 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -257,7 +257,7 @@ try_exec() { # Check the exit status statuscode="$?" if [ "$statuscode" -eq 1 ] || [ "$statuscode" -eq 127 ]; then - # Error + # 1=sudo or sh error. 127=command not found retval=1 fi fi