mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +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
|
||||
else
|
||||
if [ -z $response ] ; then
|
||||
response='Timeout?'
|
||||
response='ERROR: TIMEOUT'
|
||||
else
|
||||
response="ERROR ($response)"
|
||||
fi
|
||||
response="ERROR ($response)"
|
||||
fi
|
||||
|
||||
echo $response
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user