Browse Source

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

Bob Mottram 7 years ago
parent
commit
b87d5b04aa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

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