mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-02 19:34:28 +02:00
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…
x
Reference in New Issue
Block a user