Correction du script diagnose
Affiche une erreur sur hapy-master car oneflow n'est pas installé. ref #16117 @20m
This commit is contained in:
parent
4f32b29ef8
commit
2b7cfcc866
|
@ -45,7 +45,7 @@ TestServiceStatus "OpenNebula" opennebula
|
|||
TestService "XMLRPC" "localhost:2633"
|
||||
TestService "Sunstone" $(CreoleGet "ip_sunstone"):$(CreoleGet "port_sunstone")
|
||||
TestService "Proxy VNC" $(CreoleGet "ip_sunstone"):$(CreoleGet "vnc_proxy_port_sunstone")
|
||||
if [ "$(CreoleGet 'activer_oneflow')" == 'oui' ]; then
|
||||
if [ "$(CreoleGet 'activer_oneflow' 'non')" == 'oui' ]; then
|
||||
TestService "OneFlow" $(CreoleGet "ip_oneflow"):$(CreoleGet "port_oneflow")
|
||||
fi
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue