#!/bin/bash

if [ -f /usr/bin/ParseDico ];then
    #EOLE 2.3
    RunCmd=RunCmd
    . ParseDico
    . /etc/eole/containers.conf
    . /usr/share/eole/FonctionsEoleNg
    
else
    #EOLE 2.4
    RunCmd=CreoleRun
    activer_pydio=$(CreoleGet activer_pydio)
fi

PYDIO_ROOT=/var/www/html/pydio

if [[ "$activer_pydio" == "oui" ]]
then
     $RunCmd "/bin/rm -rf /tmp/*tmpZipDir" web
fi
