mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-11-04 04:49:29 +00:00 
			
		
		
		
	Update haos-vm-v4.sh
set minimum PVE version 7.2
This commit is contained in:
		
							parent
							
								
									4fd380b34c
								
							
						
					
					
						commit
						588b7b5942
					
				@ -62,9 +62,9 @@ function cleanup() {
 | 
			
		||||
}
 | 
			
		||||
TEMP_DIR=$(mktemp -d)
 | 
			
		||||
pushd $TEMP_DIR >/dev/null
 | 
			
		||||
if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
 | 
			
		||||
if [ `pveversion | grep "pve-manager/7.2" | wc -l` -ne 1 ]; then
 | 
			
		||||
        echo "⚠ This version of Proxmox Virtual Environment is not supported"
 | 
			
		||||
        echo "Requires PVE Version: 7.XX"
 | 
			
		||||
        echo "Requires PVE Version: =>7.2"
 | 
			
		||||
        echo "Exiting..."
 | 
			
		||||
        sleep 3
 | 
			
		||||
        exit
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user