mirror of
https://github.com/dockur/windows.git
synced 2025-10-13 15:26:04 +01: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…
x
Reference in New Issue
Block a user