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
2e72b049c4
commit
1df0cc9083
@ -1475,7 +1475,7 @@ clear
|
||||
echo "${NORMAL} ${END}"
|
||||
echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}ctrl + c to exit. ${END}"
|
||||
read opt
|
||||
while [ opt != '' ]
|
||||
while [ "$opt" != '' ]
|
||||
do
|
||||
if [ "$opt" = "" ]; then
|
||||
exit;
|
||||
@ -1531,7 +1531,7 @@ clear
|
||||
echo ""
|
||||
echo "Please enter a menu option and enter or enter to exit."
|
||||
read opt
|
||||
while [ opt != '' ]
|
||||
while [ "$opt" != '' ]
|
||||
do
|
||||
if [ "$opt" = "" ]; then
|
||||
exit;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user