From 1df0cc90836f9c4fa7e506b4fe131a737b0dc84a Mon Sep 17 00:00:00 2001 From: PierreGode Date: Wed, 13 Mar 2019 13:44:37 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index a8fa0a1..87dae67 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -1475,7 +1475,7 @@ clear echo "${NORMAL} ${END}" echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}ctrl + c to exit. ${END}" read opt -while [ opt != '' ] +while [ "$opt" != '' ] do if [ "$opt" = "" ]; then exit; @@ -1531,7 +1531,7 @@ clear echo "" echo "Please enter a menu option and enter or enter to exit." read opt -while [ opt != '' ] +while [ "$opt" != '' ] do if [ "$opt" = "" ]; then exit;