From 5587010d4bce9ee7595e122acba0ef76fb089053 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 17 Mar 2022 09:44:33 -0400 Subject: [PATCH] Update docker.sh --- ct/docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/docker.sh b/ct/docker.sh index 63a3cf1c..235e44c3 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -114,7 +114,7 @@ while [ $opt != '' ] fi done show_menu3(){ - printf " ${RD} If ZFS, You Have Storage Driver Options${CL}\n" + printf " ${RD} If Using ZFS, You Have Storage Driver Options${CL}\n" printf " ${RD} Non ZFS, Select Standard overlay2fs Storage Driver${CL}\n" printf " ${YW} 1)${GN} Use fuse-overlayfs Storage Driver${CL}\n" printf " ${YW} 2)${GN} Use Standard overlay2fs Storage Driver${CL}\n"