浏览代码

Merge branch 'stretch' of https://github.com/bashrc/freedombone

Bob Mottram 7 年前
父节点
当前提交
b87d5b04aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel 查看文件

@@ -2155,7 +2155,7 @@ function add_clacks {
2155 2155
             clacks=$(<"$data")
2156 2156
             if [ ${#clacks} -gt 1 ]; then
2157 2157
 
2158
-                WEB_FILES="/etc/nginx/sites-available/"*
2158
+                WEB_FILES="/etc/nginx/sites-available/*"
2159 2159
                 for f in $WEB_FILES
2160 2160
                 do
2161 2161
                     if grep -q "X-Clacks-Overhead" "$f"; then