fix: Remove variable

This commit is contained in:
Kroese 2025-10-06 18:34:43 +02:00 committed by GitHub
parent 7a0be8950c
commit a098158beb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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