Update ADconnection.sh

This commit is contained in:
PierreGode 2018-08-10 08:57:30 +02:00 committed by GitHub
parent dc5dc97144
commit 46192eb255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -424,7 +424,7 @@ then
echo "Debian detected"
debianclient
else
if [ $"TheOS" = "Ubuntu" ] < /dev/null > /dev/null 2>&1
if [ "$TheOS" = "Ubuntu" ] < /dev/null > /dev/null 2>&1
then
echo "Ubuntu detected"
echo ""