From d8b769c1675f063435159ce22131057d53a6d517 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 17 Mar 2022 07:07:24 -0400 Subject: [PATCH] Update docker.sh --- ct/docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/docker.sh b/ct/docker.sh index 0fd1bcac..5d1c915a 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -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