mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update docker.sh
This commit is contained in:
		@@ -127,7 +127,7 @@ option_picked(){
 | 
				
			|||||||
    printf " ${YW}${message2}${CL}\n"
 | 
					    printf " ${YW}${message2}${CL}\n"
 | 
				
			||||||
    printf " ${YW}${message3}${CL}\n"
 | 
					    printf " ${YW}${message3}${CL}\n"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
show_menu2
 | 
					show_menu3
 | 
				
			||||||
while [ $opt != '' ]
 | 
					while [ $opt != '' ]
 | 
				
			||||||
    do
 | 
					    do
 | 
				
			||||||
    if [ $opt = '' ]; then
 | 
					    if [ $opt = '' ]; then
 | 
				
			||||||
@@ -153,7 +153,7 @@ while [ $opt != '' ]
 | 
				
			|||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
        *)clear;
 | 
					        *)clear;
 | 
				
			||||||
            option_picked "Please choose a Storage Driver Type from the menu";
 | 
					            option_picked "Please choose a Storage Driver Type from the menu";
 | 
				
			||||||
            show_menu2;
 | 
					            show_menu3;
 | 
				
			||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
      esac
 | 
					      esac
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user