From 559b2b2d76bc027b2110c338615706e42f385c91 Mon Sep 17 00:00:00 2001
From: bolvan <k@vodka.home.kg>
Date: Fri, 3 May 2019 19:39:19 +0300
Subject: [PATCH] cleanup

---
 install_debian_easy.sh   | 6 +++---
 uninstall_debian_easy.sh | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/install_debian_easy.sh b/install_debian_easy.sh
index cbe8e1c..7803704 100755
--- a/install_debian_easy.sh
+++ b/install_debian_easy.sh
@@ -56,9 +56,9 @@ script_mode=Y
 	cmp -s $INIT_SCRIPT $INIT_SCRIPT_SRC ||
 	{
 		echo $INIT_SCRIPT already exists and differs from $INIT_SCRIPT_SRC
-	   echo Y = overwrite with new version 
-	   echo N = exit
-	   echo L = leave current version and continue
+		echo Y = overwrite with new version 
+		echo N = exit
+		echo L = leave current version and continue
 		read script_mode
 		case "${script_mode}" in
 			Y|y|L|l)
diff --git a/uninstall_debian_easy.sh b/uninstall_debian_easy.sh
index 1eb0499..1a34ac5 100755
--- a/uninstall_debian_easy.sh
+++ b/uninstall_debian_easy.sh
@@ -40,8 +40,8 @@ script_mode=Y
 	cmp -s $INIT_SCRIPT $INIT_SCRIPT_SRC ||
 	{
 		echo $INIT_SCRIPT already exists and differs from $INIT_SCRIPT_SRC
-	   echo Y = remove it
-	   echo L = leave it
+		echo Y = remove it
+		echo L = leave it
 		read script_mode
 	}
 	if [ "$script_mode" = "Y" ] || [ "$script_mode" = "y" ]; then