postservice si activer

This commit is contained in:
afornerot 2020-06-22 09:48:38 +02:00
parent 000f0114c2
commit f0394428ef
1 changed files with 6 additions and 1 deletions

View File

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