ninegate/postservice/91-ninegate

8 lines
182 B
Plaintext
Raw Normal View History

2019-04-17 17:27:19 +02:00
#!/bin/bash
2020-06-22 09:48:38 +02:00
activer_ninegate=$(CreoleGet activer_ninegate non)
if [ "$activer_ninegate" == "oui" ]
then
CreoleRun "/var/www/html/ninegate/scripts/ninegate-postservice-00.sh" web
fi