From f0394428eff4297dcfcad23d1d25930f06f1db96 Mon Sep 17 00:00:00 2001 From: afornerot Date: Mon, 22 Jun 2020 09:48:38 +0200 Subject: [PATCH] postservice si activer --- postservice/90-ninegate | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postservice/90-ninegate b/postservice/90-ninegate index 2ba59225..6d636337 100755 --- a/postservice/90-ninegate +++ b/postservice/90-ninegate @@ -1,2 +1,7 @@ #!/bin/bash -CreoleRun "/var/www/html/ninegate/scripts/ninegate-postservice-00.sh" web \ No newline at end of file +activer_ninegate=$(CreoleGet activer_ninegate non) +if [ "$activer_ninegate" == "oui" ] +then +CreoleRun "/var/www/html/ninegate/scripts/ninegate-postservice-00.sh" web +fi +