Update ADconnection.sh

This commit is contained in:
PierreGode 2019-04-04 14:10:38 +02:00 committed by GitHub
parent eafc0b48f0
commit 24358ca007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,12 +16,12 @@
# see lines 355-371 for more advanced or specific setups of SSSD # see lines 355-371 for more advanced or specific setups of SSSD
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ # # ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
NORMAL=$(printf "\033[m") NORMAL="\033[m"
MENU=$(printf "\033[36m") #Blue MENU="\033[36m" #Blue
NUMBER=$(printf "\033[33m") #yellow NUMBER="\033[33m" #yellow
RED_TEXT=$(printf "\033[31m") #Red RED_TEXT="\033[31m" #Red
INTRO_TEXT=$(printf "\033[32m") #green and white text INTRO_TEXT="\033[32m" #green and white text
END=$(printf "\033[0m") END="\033[0m"
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ # # ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
################################ fix errors # funktion not called ################ ################################ fix errors # funktion not called ################
@ -1781,4 +1781,4 @@ fi_auth
;; ;;
esac esac
done done
PRECHECK_FN PRECHECK_FN