mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
5 lines
219 B
Bash
Executable File
5 lines
219 B
Bash
Executable File
#!/bin/bash
|
|
cd $OPENSHIFT_REPO_DIR
|
|
export JAVA_HOME=$OPENSHIFT_DATA_DIR/jdk1.8.0_20
|
|
nohup $JAVA_HOME/bin/java -jar target/commafeed.jar server .openshift/config.mysql.yml > ${OPENSHIFT_DIY_LOG_DIR}/commafeed.log 2>&1 &
|