mise à jour des excercices tronc-commun-2
This commit is contained in:
10
modules_EOLE_envole/documents/tronc-commun-2-avancee/diagnose/90-ircd
Executable file
10
modules_EOLE_envole/documents/tronc-commun-2-avancee/diagnose/90-ircd
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $(CreoleGet activer_ircd) = "oui" ];then
|
||||
. /usr/lib/eole/diagnose.sh
|
||||
EchoGras "*** Serveur IRCD"
|
||||
TestService IRCD 127.0.0.1:$(CreoleGet ircd_port)
|
||||
echo
|
||||
fi
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user