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