mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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`
|
||||
|
||||
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;
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user