From 14ba5e6813cb322dae95ee18419ca27ec2ec18b8 Mon Sep 17 00:00:00 2001
From: bolvan <k@vodka.home.kg>
Date: Sat, 4 May 2019 17:57:36 +0300
Subject: [PATCH] install_easy : press any key at the end  to allow launch from
 explorer (run in terminal)

---
 install_easy.sh   | 4 ++++
 uninstall_easy.sh | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/install_easy.sh b/install_easy.sh
index e616085..177b9fa 100755
--- a/install_easy.sh
+++ b/install_easy.sh
@@ -126,4 +126,8 @@ systemctl start zapret || {
 	exit 30
 }
 
+echo
+echo finished. press any key to continue.
+read A
+
 exit 0
diff --git a/uninstall_easy.sh b/uninstall_easy.sh
index 43d96ad..a5cd821 100755
--- a/uninstall_easy.sh
+++ b/uninstall_easy.sh
@@ -61,4 +61,8 @@ if grep -q "$GET_IPLIST_PREFIX" $CRONTMP; then
 fi
 rm -f $CRONTMP
 
+echo
+echo finished. press any key to continue.
+read A
+
 exit 0