This commit is contained in:
Bob Mottram 2018-03-03 13:54:25 +00:00
commit b87d5b04aa
1 changed files with 1 additions and 1 deletions

View File

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