This commit is contained in:
Bob Mottram 2018-03-03 13:52:35 +00:00
parent d4dc19f88d
commit 5c11e00a08
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