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
d5544ec3c3
commit
3d10551cbf
@ -422,7 +422,7 @@ then
|
||||
echo "Debian detected"
|
||||
debianclient
|
||||
else
|
||||
echo ""
|
||||
echo "Ubuntu Detected"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
@ -1383,7 +1383,7 @@ while [ opt != '' ]
|
||||
case $opt in
|
||||
1) clear;
|
||||
echo "Installing on Linux Client/Server";
|
||||
linuxclient;
|
||||
linuxclient
|
||||
;;
|
||||
|
||||
2) clear;
|
||||
@ -1445,7 +1445,7 @@ while [ opt != '' ]
|
||||
case $opt in
|
||||
1) clear;
|
||||
echo "Installing on Linux Client/Server";
|
||||
linuxclient;
|
||||
linuxclient
|
||||
;;
|
||||
2) clear;
|
||||
echo "Check for errors"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user