Temporary workaround

This commit is contained in:
Bob Mottram 2015-04-12 16:01:59 +01:00
parent e59faea2af
commit 8f983247c8
1 changed files with 2 additions and 0 deletions

View File

@ -7457,6 +7457,8 @@ function install_blog {
cd /var/www/$FULLBLOG_DOMAIN_NAME
git clone https://github.com/danpros/htmly htdocs
# This is a workaround until a better solution
git checkout 4842796 -b tempbranch
chown -R www-data:www-data /var/www/$FULLBLOG_DOMAIN_NAME/htdocs
if [ ! -f /etc/ssl/certs/$FULLBLOG_DOMAIN_NAME.dhparam ]; then