Improving error message in lb wrapper to show the command in case of a missing command.
This commit is contained in:
parent
e448d1e92a
commit
f2c37f226b
|
@ -62,7 +62,7 @@ case "${1}" in
|
|||
then
|
||||
SCRIPT="${COMMAND}"
|
||||
else
|
||||
Echo_error "no such script"
|
||||
Echo_error "no such script: ${COMMAND}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue