diff --git a/src/install.sh b/src/install.sh index 66aff7e..11f6071 100644 --- a/src/install.sh +++ b/src/install.sh @@ -320,7 +320,7 @@ downloadFile() { dots=$(echo $domain | grep -o "." | wc -l) (( dots > 1 )) && domain=$(expr "$domain" : '.*\.\(.*\..*\)') - if [ -n "$domain" ] && [[ "${domain,,}" != *"microsoft.com" ]]; + if [ -n "$domain" ] && [[ "${domain,,}" != *"microsoft.com" ]]; then msg="Downloading $desc from $domain..." fi