1
0
kopia lustrzana https://github.com/dockur/windows.git synced 2026-06-10 20:25:40 +08:00

feat: Make resolution configurable (#582)

This commit is contained in:
Kroese
2024-06-10 19:38:32 +02:00
zatwierdzone przez GitHub
rodzic 2f5f01dbb2
commit 5bf54a4158
3 zmienionych plików z 62 dodań i 17 usunięć
+2 -2
Wyświetl plik
@@ -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"