mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-29 05:34:22 +00:00
Improve comment
This commit is contained in:
parent
5b2e202b4f
commit
394cfa9392
@ -257,7 +257,7 @@ try_exec() {
|
|||||||
# Check the exit status
|
# Check the exit status
|
||||||
statuscode="$?"
|
statuscode="$?"
|
||||||
if [ "$statuscode" -eq 1 ] || [ "$statuscode" -eq 127 ]; then
|
if [ "$statuscode" -eq 1 ] || [ "$statuscode" -eq 127 ]; then
|
||||||
# Error
|
# 1=sudo or sh error. 127=command not found
|
||||||
retval=1
|
retval=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user