Skip to content
Snippets Groups Projects
Commit 5c11e00a authored by Bob Mottram's avatar Bob Mottram
Browse files

quotes

parent d4dc19f8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment