mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
e87338e549
commit
4c2c518d12
@ -10,12 +10,12 @@
|
||||
#known bugs: see line 23-24
|
||||
|
||||
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
|
||||
NORMAL=$("\033[m")
|
||||
MENU=$("\033[36m") #Blue
|
||||
NUMBER=$("\033[33m") #yellow
|
||||
RED_TEXT=$("\033[31m") #Red
|
||||
INTRO_TEXT=$("\033[32m") #green and white text
|
||||
END=$("\033[0m")
|
||||
NORMAL=$(echo "\033[m")
|
||||
MENU=$(echo "\033[36m") #Blue
|
||||
NUMBER=$(echo "\033[33m") #yellow
|
||||
RED_TEXT=$(echo "\033[31m") #Red
|
||||
INTRO_TEXT=$(echo "\033[32m") #green and white text
|
||||
END=$(echo "\033[0m")
|
||||
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
|
||||
|
||||
################################ fix errors # funktion not called ################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user