mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									1780cd99c5
								
							
						
					
					
						commit
						a36d736bf4
					
				| 
						 | 
					@ -29,7 +29,7 @@ if [[ -z "$cache" ]]; then
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
  echo -e "$cache \n"
 | 
					  echo -e "$cache \n"
 | 
				
			||||||
  echo -e "${GN}Cache in $name${CL}"
 | 
					  echo -e "${GN}Cache in $name${CL}"
 | 
				
			||||||
  read -p "Would you like to remove the selected cache listed above? [y/n] " -n 1 -r
 | 
					  read -p "Would you like to remove the selected cache listed above? [y/N] " -n 1 -r
 | 
				
			||||||
  echo
 | 
					  echo
 | 
				
			||||||
  if [[ $REPLY =~ ^[Yy]$ ]]; then
 | 
					  if [[ $REPLY =~ ^[Yy]$ ]]; then
 | 
				
			||||||
    echo "Removing cache"
 | 
					    echo "Removing cache"
 | 
				
			||||||
| 
						 | 
					@ -47,7 +47,7 @@ if [[ -z "$logs" ]]; then
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
  echo -e "$logs \n"
 | 
					  echo -e "$logs \n"
 | 
				
			||||||
  echo -e "${GN}Logs in $name${CL}"
 | 
					  echo -e "${GN}Logs in $name${CL}"
 | 
				
			||||||
  read -p "Would you like to remove the selected logs listed above? [y/n] " -n 1 -r
 | 
					  read -p "Would you like to remove the selected logs listed above? [y/N] " -n 1 -r
 | 
				
			||||||
  echo
 | 
					  echo
 | 
				
			||||||
  if [[ $REPLY =~ ^[Yy]$ ]]; then
 | 
					  if [[ $REPLY =~ ^[Yy]$ ]]; then
 | 
				
			||||||
    echo "Removing logs"
 | 
					    echo "Removing logs"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue