瀏覽代碼

Temporary workaround

Bob Mottram 10 年之前
父節點
當前提交
8f983247c8
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/freedombone

+ 2
- 0
src/freedombone 查看文件

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