Update ADconnection.sh

This commit is contained in:
PierreGode 2019-03-13 13:44:37 +01:00 committed by GitHub
parent 2e72b049c4
commit 1df0cc9083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1475,7 +1475,7 @@ clear
echo "${NORMAL} ${END}" echo "${NORMAL} ${END}"
echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}ctrl + c to exit. ${END}" echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}ctrl + c to exit. ${END}"
read opt read opt
while [ opt != '' ] while [ "$opt" != '' ]
do do
if [ "$opt" = "" ]; then if [ "$opt" = "" ]; then
exit; exit;
@ -1531,7 +1531,7 @@ clear
echo "" echo ""
echo "Please enter a menu option and enter or enter to exit." echo "Please enter a menu option and enter or enter to exit."
read opt read opt
while [ opt != '' ] while [ "$opt" != '' ]
do do
if [ "$opt" = "" ]; then if [ "$opt" = "" ]; then
exit; exit;