patch package issue

patch package issue
This commit is contained in:
PierreGode 2020-04-27 22:57:54 +02:00 committed by GitHub
parent 8765250225
commit 0aecc7bb8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1087,7 +1087,7 @@ fi
encrypt=$( sudo grep ENCRYPTEDPASSWD readfile | awk '{print $3}' )
if [ "$encrypt" = "null" ] || [ "$encrypt" = "no" ]
then
if ! sudo realm join --verbose --user="$DomainADMIN" "$DOMAIN"
if ! sudo realm join --verbose --user="$DomainADMIN" "$DOMAIN" --install=/
then
echo "${RED_TEXT}AD join failed.please check your errors with journalctl -xe${END}"
exit