From 0aecc7bb8f0fc1a7c3040292789772b879fb874e Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Mon, 27 Apr 2020 22:57:54 +0200 Subject: [PATCH] patch package issue patch package issue --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index 9d766c5..8c079b0 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -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