rename dico postservice

This commit is contained in:
2020-06-24 13:39:39 +02:00
parent bd039015e1
commit baf09e9e82
2 changed files with 0 additions and 0 deletions

7
postservice/91-ninegate Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
activer_ninegate=$(CreoleGet activer_ninegate non)
if [ "$activer_ninegate" == "oui" ]
then
CreoleRun "/var/www/html/ninegate/scripts/ninegate-postservice-00.sh" web
fi