mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
af43433b77
commit
c21350f15e
@ -203,6 +203,9 @@ check-http(){
|
||||
if [ "$(grep "$status_pattern" <<<$response)" ] ; then
|
||||
response=OK
|
||||
else
|
||||
if [ -z $response ] ; then
|
||||
response='Timeout?'
|
||||
fi
|
||||
response="ERROR ($response)"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user