Selaa lähdekoodia

Temporary workaround

Bob Mottram 10 vuotta sitten
vanhempi
commit
8f983247c8
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      src/freedombone

+ 2
- 0
src/freedombone Näytä tiedosto

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