postservice si activer
This commit is contained in:
parent
000f0114c2
commit
f0394428ef
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue