#!/bin/bash set -x cd $OPENSHIFT_REPO_DIR export CLEAN=1 nohup bin/update_all > $OPENSHIFT_LOG_DIR/update_all.log 2>&1 &