Bob Mottram 7 lat temu
rodzic
commit
5c11e00a08
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Wyświetl plik

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