Pārlūkot izejas kodu

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

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
b87d5b04aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Parādīt failu

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