From fd792067101d49427df8de1ff7efe0c71c6c35e3 Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Sat, 9 Aug 2014 11:42:08 +0200 Subject: [PATCH] add ssl folder --- customize | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/customize b/customize index 506ce0e..f14b4e6 100755 --- a/customize +++ b/customize @@ -44,7 +44,7 @@ httpd-ssl.conf httpd-userdir.conf httpd-vhosts.conf" -for CONF_RM in ${HTTP_CONF_RM}; do +for CONF_RM in "${HTTP_CONF_RM}"; do rm /opt/local/etc/httpd/${CONF_RM} done @@ -56,6 +56,10 @@ rm -r /var/mysql/* echo "* Copy phpmyadmin example config" cp /opt/local/share/examples/phpmyadmin/apache.conf /opt/local/etc/httpd/conf.d/80-phpmyadmin.conf +# Create ssl folder for httpd +echo "* Create ssl folder for httpd" +mkdir /opt/local/etc/httpd/ssl + echo "* Cleaning up" rm -rf /root/* sm-prepare-image -y