mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Remove variable
This commit is contained in:
parent
a098158beb
commit
541ed6f496
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ if [[ "$SAMBA_DEBUG" == [Yy1]* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "${NETWORK,,}" in
|
case "${NETWORK,,}" in
|
||||||
"user"* | "passt" | "slirp" )
|
"passt" | "slirp" )
|
||||||
return 0 ;;
|
return 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue