Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-02-03 12:37:38 +01:00 committed by GitHub
parent 98bc00f554
commit cd6d556cbf

View File

@ -3,9 +3,10 @@
# # # #
# This script is written by Pierre Goude # # This script is written by Pierre Goude #
# This program is open source; you can redistribute it and/or modify it under the terms of the GNU General Public # # This program is open source; you can redistribute it and/or modify it under the terms of the GNU General Public #
# # # This is an normal bash script and can be executed with sh #
# # # #
##################################################################################################################### #####################################################################################################################
#known bugs: none
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ # # ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
NORMAL=`echo "\033[m"` NORMAL=`echo "\033[m"`
MENU=`echo "\033[36m"` #Blue MENU=`echo "\033[36m"` #Blue
@ -14,7 +15,6 @@
INTRO_TEXT=`echo "\033[32m"` #green and white text INTRO_TEXT=`echo "\033[32m"` #green and white text
END=`echo "\033[0m"` END=`echo "\033[0m"`
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ # # ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
sudo
####################### Setup for Ubuntu16 and Ubuntu 14 clients ####################################### ####################### Setup for Ubuntu16 and Ubuntu 14 clients #######################################
ubuntuclient(){ ubuntuclient(){
export HOSTNAME export HOSTNAME