Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-03-06 16:10:49 +01:00 committed by GitHub
parent 057e5b7f39
commit d02ab26ceb

View File

@ -470,7 +470,7 @@ clear
read opt
while [ opt != '' ]
do
if [[ $opt = "" ]]; then
if [ $opt = "" ]; then
exit;
else
case $opt in