Openshift have deleted the trailing / off all of their enviroment variables.
Hence lines in .openshift/action_hooks/build like
${OPENSHIFT_RUN_DIR}redis.pid
need to change to
${OPENSHIFT_RUN_DIR}/redis.pid
It would be nice to bump redis version to latest also..
Openshift have deleted the trailing / off all of their enviroment variables.
Hence lines in .openshift/action_hooks/build like
${OPENSHIFT_RUN_DIR}redis.pid
need to change to
${OPENSHIFT_RUN_DIR}/redis.pid
It would be nice to bump redis version to latest also..