From 2c1f3fe6d7c3085a4472aa271be17fb15927717e Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 15 Sep 2022 09:46:27 +0300 Subject: [PATCH] install_easy: duplicate var def --- install_easy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_easy.sh b/install_easy.sh index 21c0547..0c78d89 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -771,7 +771,7 @@ check_prerequisites_openwrt() { echo \* checking prerequisites - local PKGS="curl" PKGS UPD=0 + local PKGS="curl" UPD=0 case "$FWTYPE" in iptables)