echo"Error : You don't have create your own local.sh file in config.local directory. You could rely on the local.sh.example file to create your version."
exit1
fi
source$LOCAL_CFG_DIR/local.sh
if[ ! -n "$EXPORT_DOC_DIR"]
then
echo"The EXPORT_DOC_DIR variable is not define. Export doc is disabled."
exit0
fi
if[ ! -d "$EXPORT_DOC_DIR"]
then
echo"Error : Export directory $EXPORT_DOC_DIR does not exist !"
exit2
fi
if[ ! -n "$LAST_UPDATE_FILE"]
then
echo"Error : The LAST_UPDATE_FILE is necessary for update detection !"