mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	An alternative method for acquiring the IP address in the TurnKey scripts.
This commit is contained in:
		@@ -168,7 +168,7 @@ max_attempts=5
 | 
			
		||||
attempt=1
 | 
			
		||||
IP=""
 | 
			
		||||
while [[ $attempt -le $max_attempts ]]; do
 | 
			
		||||
  IP=$(pct exec $CTID ip route get 8.8.8.8 | sed -n '/src/{s/.*src *\([^ ]*\).*/\1/p;q}')
 | 
			
		||||
  IP=$(pct exec $CTID ip a show dev eth0 | grep -oP 'inet \K[^/]+')
 | 
			
		||||
  if [[ -n $IP ]]; then
 | 
			
		||||
    break
 | 
			
		||||
  else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user