Update docker.sh

This commit is contained in:
tteckster 2022-03-17 07:03:28 -04:00 committed by GitHub
parent 3e8712e96a
commit 570ec0a5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
printf " ${YW}${message3}${CL}\n"
}
show_menu2
show_menu3
while [ $opt != '' ]
do
if [ $opt = '' ]; then
@ -153,7 +153,7 @@ while [ $opt != '' ]
;;
*)clear;
option_picked "Please choose a Storage Driver Type from the menu";
show_menu2;
show_menu3;
;;
esac
fi