瀏覽代碼

fixed install script

tags/v2.0.1^0
Robin Thoni 7 年之前
父節點
當前提交
38dace409b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      install

+ 1
- 1
install 查看文件

@@ -25,7 +25,7 @@ done &&
25 25
 cp "${dir}/bash/sitegen.completion" /etc/bash_completion.d/sitegen &&
26 26
 
27 27
 a2disconf letsencrypt &&
28
-rm /etc/apache2/conf-available/sitegen.conf &&
28
+rm -f /etc/apache2/conf-available/sitegen.conf &&
29 29
 cp "${dir}/apache/sitegen.conf" /etc/apache2/conf-available/sitegen.conf &&
30 30
 a2enconf sitegen &&
31 31
 service apache2 reload &&

Loading…
取消
儲存