mirror of
https://github.com/dockur/windows.git
synced 2026-01-25 12:23:13 +00:00
feat: Make resolution configurable (#582)
This commit is contained in:
@@ -3,8 +3,8 @@ set -Eeuo pipefail
|
||||
|
||||
: "${SAMBA:="Y"}"
|
||||
|
||||
[[ "$SAMBA" != [Yy1]* ]] && return 0
|
||||
[[ "$NETWORK" != [Yy1]* ]] && return 0
|
||||
[[ "$SAMBA" == [Nn]* ]] && return 0
|
||||
[[ "$NETWORK" == [Nn]* ]] && return 0
|
||||
|
||||
hostname="host.lan"
|
||||
interface="dockerbridge"
|
||||
|
||||
Reference in New Issue
Block a user