mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
057e5b7f39
commit
d02ab26ceb
@ -470,7 +470,7 @@ clear
|
||||
read opt
|
||||
while [ opt != '' ]
|
||||
do
|
||||
if [[ $opt = "" ]]; then
|
||||
if [ $opt = "" ]; then
|
||||
exit;
|
||||
else
|
||||
case $opt in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user