From e91723a3dc634a751715f984aa8f2d405522f7d3 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Tue, 29 Mar 2022 13:34:46 +0200 Subject: [PATCH] Fix on leave script Fix on leave script --- ADconnection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ADconnection.sh b/ADconnection.sh index 17dda15..4eed60d 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -2507,6 +2507,7 @@ read -r -p "Do you really want to leave the domain: $SSSD (y/n)?" yn exit fi exit +} ################################## encrypt pwd ############################### encrypt(){ echo "This will create 3 files public key, private key and encrypted file"