mirror of
https://github.com/dockur/windows.git
synced 2025-10-14 20:12:22 +00:00
fix: Remove variable
This commit is contained in:
parent
7a0be8950c
commit
a098158beb
@ -22,7 +22,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
|
||||
else
|
||||
hostname="host.lan"
|
||||
case "${NETWORK,,}" in
|
||||
"user"* | "passt" | "slirp" )
|
||||
"passt" | "slirp" )
|
||||
interfaces="lo"
|
||||
socket="127.0.0.1" ;;
|
||||
*)
|
||||
@ -167,7 +167,6 @@ case "${NETWORK,,}" in
|
||||
return 0 ;;
|
||||
esac
|
||||
|
||||
|
||||
if [[ "${BOOT_MODE:-}" == "windows_legacy" ]]; then
|
||||
|
||||
# Enable NetBIOS on Windows 7 and lower
|
||||
|
Loading…
Reference in New Issue
Block a user