Update docker.sh

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

View File

@ -117,7 +117,7 @@ show_menu3(){
printf " ${YW} 1)${GN} If ZFS, Use fuse-overlayfs Storage Driver${CL}\n"
printf " ${YW} 2)${GN} Use Standard overlay2fs Storage Driver${CL}\n"
printf "Please choose a Password Type and hit enter or ${RD}x${CL} to exit."
printf "Please choose a Storage Driver and hit enter or ${RD}x${CL} to exit."
read opt
}
@ -152,7 +152,7 @@ while [ $opt != '' ]
\n)exit;
;;
*)clear;
option_picked "Please choose a Storage Driver Type from the menu";
option_picked "Please choose a Storage Driver from the menu";
show_menu3;
;;
esac