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