mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update photoprism-update.sh
This commit is contained in:
		
							parent
							
								
									d500582b1b
								
							
						
					
					
						commit
						e7f9405332
					
				| 
						 | 
					@ -47,11 +47,8 @@ option_picked(){
 | 
				
			||||||
    printf " ${YW}${message1}${CL}\n"
 | 
					    printf " ${YW}${message1}${CL}\n"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
show_menu
 | 
					show_menu
 | 
				
			||||||
while [ $opt != '' ]
 | 
					while [ "$opt" != " " ]
 | 
				
			||||||
    do
 | 
					    do
 | 
				
			||||||
    if [ $opt = '' ]; then
 | 
					 | 
				
			||||||
      exit;
 | 
					 | 
				
			||||||
    else
 | 
					 | 
				
			||||||
      case $opt in
 | 
					      case $opt in
 | 
				
			||||||
        1) clear;
 | 
					        1) clear;
 | 
				
			||||||
            header_info;
 | 
					            header_info;
 | 
				
			||||||
| 
						 | 
					@ -75,7 +72,6 @@ while [ $opt != '' ]
 | 
				
			||||||
            show_menu;
 | 
					            show_menu;
 | 
				
			||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
      esac
 | 
					      esac
 | 
				
			||||||
    fi
 | 
					 | 
				
			||||||
  done
 | 
					  done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo -en "${GN} Stopping PhotoPrism... "
 | 
					echo -en "${GN} Stopping PhotoPrism... "
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue