Update network.sh

This commit is contained in:
Kroese 2025-10-12 00:58:40 +02:00 committed by GitHub
parent 9080fed66c
commit e99a646c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -781,7 +781,7 @@ else
if ! configureSlirp; then
error "Failed to configure user-mode networking!"
exit 24
fi
fi ;;
*)
error "Unrecognized NETWORK value: \"$NETWORK\"" && exit 24 ;;