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