mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update install.func
add a one second delay before checking internet connectivity
This commit is contained in:
		@@ -117,7 +117,7 @@ network_check() {
 | 
			
		||||
  trap - ERR
 | 
			
		||||
  ipv4_connected=false
 | 
			
		||||
  ipv6_connected=false
 | 
			
		||||
 | 
			
		||||
  sleep 1
 | 
			
		||||
# Check IPv4 connectivity
 | 
			
		||||
  if ping -c 1 -W 1 1.1.1.1 &>/dev/null; then 
 | 
			
		||||
    msg_ok "IPv4 Internet Connected";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user