mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 00:34:19 +00:00
Improve comment
This commit is contained in:
parent
5b2e202b4f
commit
394cfa9392
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user