diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-16 06:15:31 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-16 06:15:31 +0000 |
commit | 68c4889c3b4e931fee65daf96bbda0499d1b3752 (patch) | |
tree | dd2ee5a7b4d4ef4e92d6426207c4d4c9706832bf /sca-cpp/trunk/modules/http/proxy-ssl-conf | |
parent | 16f96409b9ad2a1451c88b4e0074b57686f02269 (diff) |
Fix configuration scripts to create directories if necessary.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985800 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/http/proxy-ssl-conf')
-rwxr-xr-x | sca-cpp/trunk/modules/http/proxy-ssl-conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/http/proxy-ssl-conf b/sca-cpp/trunk/modules/http/proxy-ssl-conf index be9174c5fa..f5e70e12f9 100755 --- a/sca-cpp/trunk/modules/http/proxy-ssl-conf +++ b/sca-cpp/trunk/modules/http/proxy-ssl-conf @@ -19,6 +19,7 @@ # Generate a minimal HTTPD proxy balancer configuration here=`readlink -f $0`; here=`dirname $here` +mkdir -p $1 root=`readlink -f $1` cat >>$root/conf/vhost-ssl.conf <<EOF |