Temporary workaround
This commit is contained in:
parent
e59faea2af
commit
8f983247c8
|
@ -7457,6 +7457,8 @@ function install_blog {
|
||||||
|
|
||||||
cd /var/www/$FULLBLOG_DOMAIN_NAME
|
cd /var/www/$FULLBLOG_DOMAIN_NAME
|
||||||
git clone https://github.com/danpros/htmly htdocs
|
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
|
chown -R www-data:www-data /var/www/$FULLBLOG_DOMAIN_NAME/htdocs
|
||||||
|
|
||||||
if [ ! -f /etc/ssl/certs/$FULLBLOG_DOMAIN_NAME.dhparam ]; then
|
if [ ! -f /etc/ssl/certs/$FULLBLOG_DOMAIN_NAME.dhparam ]; then
|
||||||
|
|
Loading…
Reference in New Issue