Browse Source

install_easy: ignore GET_LIST result

pull/98/head
bol-van 3 years ago
parent
commit
f3508030b1
  1. 5
      install_easy.sh

5
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"
}
}

Loading…
Cancel
Save