1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-01 11:22:57 +03:00

install_easy : do not touch getlist in custom mode

This commit is contained in:
bolvan 2019-05-24 09:09:14 +03:00
parent 782c4dad82
commit d0b78fa3a2

@ -189,6 +189,9 @@ select_mode()
}
select_getlist()
{
# do not touch this in custom mode
[ "$MODE" == "custom" ] && return
if [ "${MODE%hostlist*}" != "$MODE" ] || [ "${MODE%ipset*}" != "$MODE" ]; then
echo -n "do you want to auto download ip/host list (Y/N) ? "
read A