mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									be152dd3aa
								
							
						
					
					
						commit
						5733159956
					
				| 
						 | 
					@ -42,8 +42,8 @@ option_picked() {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
clear
 | 
					clear
 | 
				
			||||||
show_menu
 | 
					show_menu
 | 
				
			||||||
while [ $opt != '' ]; do
 | 
					while [ "$opt" != "" ]; do
 | 
				
			||||||
    if [ $opt = '' ]; then
 | 
					    if [ "$opt" = "" ]; then
 | 
				
			||||||
        exit
 | 
					        exit
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        case $opt in
 | 
					        case $opt in
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue