From 570ec0a5f16e8a1541c4b1fe74b102249dba80b9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 17 Mar 2022 07:03:28 -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 789d913e..0fd1bcac 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -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