mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update post-install.sh
This commit is contained in:
		
							parent
							
								
									ef9e363498
								
							
						
					
					
						commit
						35c8333768
					
				| 
						 | 
					@ -23,9 +23,10 @@ while true; do
 | 
				
			||||||
    esac
 | 
					    esac
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
 | 
					if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
 | 
				
			||||||
        echo -e "This script requires Proxmox Virtual Environment 7.0 or greater"
 | 
						echo "⚠ This version of Proxmox Virtual Environment is not supported"
 | 
				
			||||||
        echo -e "Exiting..."
 | 
						echo "Requires PVE Version: 7.XX"
 | 
				
			||||||
        sleep 2
 | 
						echo "Exiting..."
 | 
				
			||||||
 | 
						sleep 3
 | 
				
			||||||
	exit
 | 
						exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
function header_info {
 | 
					function header_info {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue