mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Fixes OpenShift
This commit is contained in:
3
.openshift/action_hooks/start
Executable file
3
.openshift/action_hooks/start
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/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 &
|
||||
Reference in New Issue
Block a user