From 91ffc87becba21076ddddb2e461ed719e35cda58 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Wed, 13 Mar 2019 13:59:03 +0100 Subject: [PATCH] solved minimal script issues solved minimal script issues with shellcheck (ignoring SC1003) --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index 87dae67..aad025f 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -6,7 +6,7 @@ # Generic user setup is: administrator, domain admins, groupnamesudores= groupname=hostname + sudoers on groupname in AD groups # # Supported OS's: Ubuntu 14-18 + mate,Debian ,Cent OS,Rasbian ,Fedora.Linux Mint and Kali ( autodetect function ) # #This scrips is a long serie of small updates and not well planned, the script works as expected, but this is not beautiful code # -#Meaby someday I re-do the script and make it "good code" # +#Meaby someday I re-do the script and make it "good code" but overall it has minimal shellcheck issues # ################################################################################################################################## #known bugs: Sometimes the script bugs after AD administrator tries to authenticate, temporary solution is running the script again # a couple of times. if it still is not working see line 24-25