#!/bin/bash
. /usr/lib/envole-tools/e-ihm.sh

activer_ninesurvey=$(CreoleGet activer_ninesurvey non)
if [ "$activer_ninesurvey" == "oui" ]
then
	TitleSimple "NINESURVEY"

    CreoleRun "/var/www/html/ninesurvey/scripts/reconfigure.sh" web

	EchoVert ""
	EchoVert ""  
fi