Commit c9907f91 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Add MAC variable

Add MAC variable
parents c7f6a249 787c4d71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ set -Eeuo pipefail

: ${VM_NET_TAP:='dsm'}
: ${VM_NET_DEV:='eth0'}
: ${VM_NET_MAC:='$MAC'}
: ${VM_NET_MAC:="${MAC}"}
: ${VM_NET_HOST:='VirtualDSM'}

: ${DNS_SERVERS:=''}