From 37968e070f8f8181049602cbf5077ff02186ad61 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 20 Jan 2024 15:05:34 +0100 Subject: [PATCH] removed set -e set -e stopps the script after the grep -v command, which is used to remove unnecessary output without removing eventual occuring error outputs --- create-adblock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-adblock.sh b/create-adblock.sh index f17731a..3048e21 100755 --- a/create-adblock.sh +++ b/create-adblock.sh @@ -14,7 +14,7 @@ while read -r p; do done