Merge branch 'stretch' of https://github.com/bashrc/freedombone
This commit is contained in:
commit
b87d5b04aa
|
@ -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