Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

Commit

Permalink
fix log env dir
Browse files Browse the repository at this point in the history
fix the env variable for the log dir (OPENSHIFT_LOG_DIR is not defined in the diy-1.0 cartridge)
  • Loading branch information
jmesnil committed Jan 2, 2013
1 parent 4ba3ca8 commit 6a95f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .openshift/action_hooks/start
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
nohup ${OPENSHIFT_REPO_DIR}/bin/server >> ${OPENSHIFT_LOG_DIR}/server.log 2>&1 &
nohup ${OPENSHIFT_REPO_DIR}/bin/server >> ${OPENSHIFT_LOG_DIY_DIR}/server.log 2>&1 &

0 comments on commit 6a95f42

Please sign in to comment.