From 2b7cfcc866e08abe8a6bc12c78b78acd664e2d0e Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 11 May 2016 13:52:17 +0200 Subject: [PATCH] Correction du script diagnose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affiche une erreur sur hapy-master car oneflow n'est pas installé. ref #16117 @20m --- diagnose/04-virtualisation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagnose/04-virtualisation b/diagnose/04-virtualisation index a0fbace..c720030 100644 --- a/diagnose/04-virtualisation +++ b/diagnose/04-virtualisation @@ -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 ""