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