From f15de6e8320a22c35fb9e6a150c33ac75bd7e122 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Fri, 10 Feb 2017 10:35:28 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index ff3b159..498cbb4 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -47,9 +47,11 @@ sudo apt-get -qq install ntp -y clear sudo dpkg -l | grep realmd if [ $? = 0 ] -then +then +clear sudo echo "${INTRO_TEXT}"Pakages installed"${END}" else +clear sudo echo "${RED_TEXT}"Installing pakages failed.. please check connection and dpkg and try again."${INTRO_TEXT}" exit fi