#!/bin/bash

source /etc/openshift/node.conf
exec find $GEAR_BASE_DIR/.httpd.d -not \( -name \*.migrated -prune \) -name 'route*.json' 2> /dev/null

