MAC variable

This commit is contained in:
Kroese 2023-05-07 16:10:42 +02:00 committed by GitHub
parent c9907f913b
commit afb6e5713e

View File

@ -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:=''}