mirror of https://github.com/Icinga/icinga2.git
Fix error msg in process_check_result helper.
This commit is contained in:
parent
99874a9eee
commit
28c69c21ad
|
@ -77,7 +77,8 @@ done
|
||||||
DATETIME=`date +%s`
|
DATETIME=`date +%s`
|
||||||
|
|
||||||
if [ -z "$HOST" ]; then
|
if [ -z "$HOST" ]; then
|
||||||
echo "Host name missing. Please use -h with a valid host name."
|
echo "Host name missing. Please use -H with a valid host name."
|
||||||
|
usage
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue