8 lines
182 B
Bash
Executable File
8 lines
182 B
Bash
Executable File
#!/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
|
|
|