Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-02-10 10:35:28 +01:00 committed by GitHub
parent 2943a55376
commit f15de6e832

View File

@ -48,8 +48,10 @@ clear
sudo dpkg -l | grep realmd sudo dpkg -l | grep realmd
if [ $? = 0 ] if [ $? = 0 ]
then then
clear
sudo echo "${INTRO_TEXT}"Pakages installed"${END}" sudo echo "${INTRO_TEXT}"Pakages installed"${END}"
else else
clear
sudo echo "${RED_TEXT}"Installing pakages failed.. please check connection and dpkg and try again."${INTRO_TEXT}" sudo echo "${RED_TEXT}"Installing pakages failed.. please check connection and dpkg and try again."${INTRO_TEXT}"
exit exit
fi fi