forked from Archives/Athou_commafeed
4 lines
155 B
Bash
Executable File
4 lines
155 B
Bash
Executable File
#!/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 &
|