mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update haos_vm.sh
This commit is contained in:
		
							parent
							
								
									71c0880e0d
								
							
						
					
					
						commit
						0a6820f6c2
					
				| 
						 | 
					@ -48,7 +48,7 @@ function cleanup() {
 | 
				
			||||||
TEMP_DIR=$(mktemp -d)
 | 
					TEMP_DIR=$(mktemp -d)
 | 
				
			||||||
pushd $TEMP_DIR >/dev/null
 | 
					pushd $TEMP_DIR >/dev/null
 | 
				
			||||||
if [ `pveversion | grep "pve-manager/7" | wc -l` -eq 1 ]; then
 | 
					if [ `pveversion | grep "pve-manager/7" | wc -l` -eq 1 ]; then
 | 
				
			||||||
    echo -e "\n🚨 ${RD}This script is for Proxmox Virtual Environment 6.xx${CL}\n"
 | 
					    echo -e "\n🚨 ${RD} This script is for Proxmox Virtual Environment 6.xx${CL}\n"
 | 
				
			||||||
	echo "Exiting..."
 | 
						echo "Exiting..."
 | 
				
			||||||
	sleep 3
 | 
						sleep 3
 | 
				
			||||||
	exit
 | 
						exit
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue