mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-03 22:04:29 +00:00 
			
		
		
		
	fix: Use bridge name variable (#1455)
This commit is contained in:
		
							parent
							
								
									3ab5c25152
								
							
						
					
					
						commit
						588242b175
					
				@ -26,7 +26,7 @@ else
 | 
			
		||||
      # if ! ip link set "$interfaces" multicast on >/dev/null; then
 | 
			
		||||
      #  warn "Failed to enable multicast on loopback interface!"
 | 
			
		||||
      # fi ;;
 | 
			
		||||
    *) interfaces="dockerbridge" ;;
 | 
			
		||||
    *) interfaces="$VM_NET_BRIDGE" ;;
 | 
			
		||||
  esac
 | 
			
		||||
  if [ -n "${SAMBA_INTERFACE:-}" ]; then
 | 
			
		||||
    interfaces+=",$SAMBA_INTERFACE"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user