From b58fb478c632957bad456b9fc89e701b86887fcd Mon Sep 17 00:00:00 2001 From: six2dez Date: Tue, 11 Oct 2022 15:19:18 +0200 Subject: [PATCH] fix debug --- reconftw.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/reconftw.sh b/reconftw.sh index 4c71c322..c4034b15 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -2068,8 +2068,6 @@ function resolvers_update(){ notification "Resolvers seem older than 1 day\n Downloading new resolvers..." warn wget -q -O - https://raw.githubusercontent.com/trickest/resolvers/main/resolvers.txt > $resolvers wget -q -O - https://raw.githubusercontent.com/trickest/resolvers/main/resolvers-trusted.txt > $resolvers_trusted - echo "here" - exit notification "Resolvers updated\n" good fi fi