We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7accf commit 6144b28Copy full SHA for 6144b28
.dev-tools/generate-blacklists.sh
@@ -440,7 +440,7 @@ rm ${inputdb10}
440
printf '%s\n' "${start13}" >> ${tmpapache13}
441
while IFS= read -r LINE
442
do
443
-printf '%s%s\n' "Deny from " "${LINE}" >> ${tmpapache13}
+printf '%s%s\n' "deny from " "${LINE}" >> ${tmpapache13}
444
done < ${input13}
445
printf '%s\n' "${end13}" >> ${tmpapache13}
446
mv ${tmpapache13} ${inputdb13}
0 commit comments