mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 05:22:58 +03:00
install_easy : do not touch getlist in custom mode
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user