소스 검색

Update docker.sh

tteckster 3 년 전
부모
커밋
570ec0a5f1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ct/docker.sh

+ 2 - 2
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