#!/bin/sh

if [ $(CreoleGet activer_eop non) != "non" ];then
    . /usr/lib/eole/diagnose.sh
    EchoGras "*** EOP"
    TestService Controle-vnc $(CreoleGet container_ip_fichier):8788
    TestService Websockify $(CreoleGet container_ip_fichier):6080
    echo
fi

exit 0
