Skip to content

Commit

Permalink
add ssl folder
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 9, 2014
1 parent 49ec92a commit fd79206
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion customize
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit fd79206

Please sign in to comment.