浏览代码

Temporary workaround

Bob Mottram 10 年前
父节点
当前提交
8f983247c8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/freedombone

+ 2
- 0
src/freedombone 查看文件

7457
 
7457
 
7458
   cd /var/www/$FULLBLOG_DOMAIN_NAME
7458
   cd /var/www/$FULLBLOG_DOMAIN_NAME
7459
   git clone https://github.com/danpros/htmly htdocs
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
   chown -R www-data:www-data /var/www/$FULLBLOG_DOMAIN_NAME/htdocs
7462
   chown -R www-data:www-data /var/www/$FULLBLOG_DOMAIN_NAME/htdocs
7461
 
7463
 
7462
   if [ ! -f /etc/ssl/certs/$FULLBLOG_DOMAIN_NAME.dhparam ]; then
7464
   if [ ! -f /etc/ssl/certs/$FULLBLOG_DOMAIN_NAME.dhparam ]; then