quotes
This commit is contained in:
parent
d4dc19f88d
commit
5c11e00a08
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue