#!/bin/sh

nohup $OPENSHIFT_REPO_DIR/openshift/install.sh >$OPENSHIFT_PYTHON_LOG_DIR/install.log 2>&1 </dev/null &
