#!/bin/bash

if [ $(CreoleGet activer_proftpd) = "oui" ];then
    . /usr/lib/eole/diagnose.sh
    EchoGras "*** Serveur FTP"
    TestService ProFTPD $(CreoleGet container_ip_ftp):21
    echo
fi

exit 0
