Skip to content

Commit

Permalink
install_easy: ignore GET_LIST result
Browse files Browse the repository at this point in the history
  • Loading branch information
bol-van committed Mar 22, 2022
1 parent 4515c3c commit f350803
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install_easy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit f350803

Please sign in to comment.