Update ADconnection.sh

This commit is contained in:
PierreGode 2019-12-04 10:20:12 +01:00 committed by GitHub
parent 49d64cce4a
commit f437ccdf88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1251,7 +1251,7 @@ echo "realm not found"
else else
echo "" echo ""
therealm=$( realm discover | grep -i realm-name | awk '{print $2}') therealm=$( realm discover | grep -i realm-name | awk '{print $2}')
if [ "$therealm" = "no" ] 0 if [ "$therealm" = "no" ]
then then
echo "Realm configured?.. FAIL" echo "Realm configured?.. FAIL"
else else