Skip to content

Commit

Permalink
💫 move Apache config from 'apache' to 'config'
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Sep 21, 2017
1 parent 5ab66e0 commit 3d17832
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions ubuntu/setup-apache-conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ PROJECT=`dirname $UBUNTU`

PROJECT_NAME=`basename ${PROJECT}`

APACHE="${PROJECT}/apache"
CONF="${APACHE}/${PROJECT_NAME}.conf"
CONF="${PROJECT}/config/${PROJECT_NAME}-apache.conf"

if [ ! -f ${CONF}.example ]
then
Expand Down

0 comments on commit 3d17832

Please sign in to comment.