From 2fba43fa8545a11efd3b6ecbdad34b038f92c383 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 3 Apr 2022 20:59:58 +0300 Subject: [PATCH] uninstall_easy : add missing dialog.sh include --- uninstall_easy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uninstall_easy.sh b/uninstall_easy.sh index 94f0e3b..47126e6 100755 --- a/uninstall_easy.sh +++ b/uninstall_easy.sh @@ -12,6 +12,7 @@ ZAPRET_BASE="$EXEDIR" . "$ZAPRET_BASE/common/base.sh" . "$ZAPRET_BASE/common/elevate.sh" . "$ZAPRET_BASE/common/fwtype.sh" +. "$ZAPRET_BASE/common/dialog.sh" . "$ZAPRET_BASE/common/ipt.sh" . "$ZAPRET_BASE/common/nft.sh" . "$ZAPRET_BASE/common/pf.sh"