Skip to content

Commit

Permalink
fix path to apache
Browse files Browse the repository at this point in the history
  • Loading branch information
twobitfool committed Jul 3, 2012
1 parent 5c3cd06 commit fa3b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -46,7 +46,7 @@ if [ ! -d $APACHE_PATH ]; then
fi

#copy in the httpd.conf from the buildpack
cp $BIN_DIR/../conf/httpd.conf /app/apache/conf/httpd.conf
cp $BIN_DIR/../conf/httpd.conf $APACHE_PATH/conf/httpd.conf


cat >>boot.sh <<EOF
Expand Down

0 comments on commit fa3b78f

Please sign in to comment.