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