mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Update ADconnection.sh
This commit is contained in:
parent
1c31f51234
commit
3bb776d091
@ -258,7 +258,7 @@ fi
|
|||||||
####################### Setup for Ubuntu16 and Ubuntu 14 clients debug mode ######################################
|
####################### Setup for Ubuntu16 and Ubuntu 14 clients debug mode ######################################
|
||||||
ubuntuclientdebug(){
|
ubuntuclientdebug(){
|
||||||
desktop=$(sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d '-' -f1 | grep -i desktop)
|
desktop=$(sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d '-' -f1 | grep -i desktop)
|
||||||
sudo gnome-terminal -e "bash -c \"!!; exec bash\"journalctl -fxe"
|
gnome-terminal -e "bash -c \"journalctl -fxe; exec bash\""
|
||||||
if [ $? = 0 ]
|
if [ $? = 0 ]
|
||||||
then
|
then
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user