mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									daa9b78019
								
							
						
					
					
						commit
						44da618041
					
				| 
						 | 
					@ -1,4 +1,6 @@
 | 
				
			||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					clear
 | 
				
			||||||
 | 
					if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️  Run from the Proxmox Shell"; exit; fi
 | 
				
			||||||
while true; do
 | 
					while true; do
 | 
				
			||||||
  read -p "Use to copy all data from a Home Assistant Container LXC to a Home Assistant Core LXC. Proceed(y/n)?" yn
 | 
					  read -p "Use to copy all data from a Home Assistant Container LXC to a Home Assistant Core LXC. Proceed(y/n)?" yn
 | 
				
			||||||
  case $yn in
 | 
					  case $yn in
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue