Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-09-07 13:29:35 +02:00 committed by GitHub
parent 3bb776d091
commit a401a1eadf

View File

@ -258,7 +258,7 @@ fi
####################### Setup for Ubuntu16 and Ubuntu 14 clients debug mode ######################################
ubuntuclientdebug(){
desktop=$(sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d '-' -f1 | grep -i desktop)
gnome-terminal -e "bash -c \"journalctl -fxe; exec bash\""
gnome-terminal --geometry=130x20 -e "bash -c \"journalctl -fxe; exec bash\""
if [ $? = 0 ]
then
echo ""