From 4f50eee301759f48f36c73a873fd520b7d856b30 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Thu, 7 Sep 2017 12:59:53 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ADconnection.sh b/ADconnection.sh index 8e7412d..5d1fd6b 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -284,6 +284,7 @@ sudo echo "${RED_TEXT}"Installing pakages failed.. please check connection ,dpkg exit fi sleep 1 +gnome-terminal -e "bash -c \"!!; exec bash\"journalctl -fxe" DOMAIN=$(realm discover | grep -i realm.name | awk '{print $2}') ping -c 2 $DOMAIN if [ $? = 0 ]