From f3508030b111ad0f5dccd4be7703345d7bf0bd6a Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 22 Mar 2022 13:10:44 +0300 Subject: [PATCH] install_easy: ignore GET_LIST result --- install_easy.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install_easy.sh b/install_easy.sh index 3def7dd..7c6d79a 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -650,10 +650,7 @@ download_list() # can be txt or txt.gz "$IPSET_DIR/clear_lists.sh" - "$GET_LIST" || { - echo could not download ip list - exitp 25 - } + "$GET_LIST" } }