Skip to content

Commit

Permalink
Renaming directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Jul 24, 2015
1 parent c843d19 commit f7b91ef
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion misc/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This shell script will run before httpd starts.
# You can also change HTTPD_ARGUMENT to append something interesting.

export HTTPD_ARGUMENT="-f ${OPENSHIFT_REPO_DIR}/conf/httpd.conf"
export HTTPD_ARGUMENT="-f ${OPENSHIFT_REPO_DIR}/config/httpd.conf"

export OPENSHIFT_RUNTIME_DIR=${OPENSHIFT_HOMEDIR}/app-root/runtime

Expand Down
2 changes: 1 addition & 1 deletion misc/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export OPENSHIFT_RUNTIME_DIR=${OPENSHIFT_HOMEDIR}/app-root/runtime
export ROOT_DIR=${OPENSHIFT_RUNTIME_DIR} #CARTRIDGE
export LIB_DIR=${ROOT_DIR}/lib
export CONF_DIR=${OPENSHIFT_REPO_DIR}/conf
export CONF_DIR=${OPENSHIFT_REPO_DIR}/config

export DIST_PHP_VER=5.6.11

Expand Down

0 comments on commit f7b91ef

Please sign in to comment.