We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad41bcc commit 8bef5dcCopy full SHA for 8bef5dc
gravity.sh
@@ -353,7 +353,7 @@ gravity_ParseFileIntoDomains() {
353
# Determine how to parse individual source file formats
354
if [[ "${firstLine,,}" =~ (adblock|ublock|^!) ]]; then
355
# Compare $firstLine against lower case words found in Adblock lists
356
- echo -ne " ${CROSS} Format: Adblock (list type not supported)"
+ echo -e " ${CROSS} Format: Adblock (list type not supported)"
357
elif grep -q "^address=/" "${source}" &> /dev/null; then
358
# Parse Dnsmasq format lists
359
echo -e " ${CROSS} Format: Dnsmasq (list type not supported)"
0 commit comments