Files
commafeed/.openshift/action_hooks/start

4 lines
155 B
Plaintext
Raw Normal View History

2014-09-12 03:05:51 -03:00
#!/bin/bash
cd $OPENSHIFT_REPO_DIR
nohup java -jar target/commafeed.jar server .openshift/config.mysql.yml > ${OPENSHIFT_DIY_LOG_DIR}/commafeed.log 2>&1 &