From d0b78fa3a262eaaf650494ed7a339f68dcc4647b Mon Sep 17 00:00:00 2001 From: bolvan Date: Fri, 24 May 2019 09:09:14 +0300 Subject: [PATCH] install_easy : do not touch getlist in custom mode --- install_easy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_easy.sh b/install_easy.sh index 88a6a50..97ad1f7 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -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