fix: Remove variable

This commit is contained in:
Kroese 2025-10-06 22:12:02 +02:00 committed by GitHub
parent a098158beb
commit 541ed6f496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,7 @@ if [[ "$SAMBA_DEBUG" == [Yy1]* ]]; then
fi
case "${NETWORK,,}" in
"user"* | "passt" | "slirp" )
"passt" | "slirp" )
return 0 ;;
esac