mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Disable Samba if networking is disabled
This commit is contained in:
parent
77358f0632
commit
37246a6aa5
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ set -Eeuo pipefail
|
|||
|
||||
[[ "$DHCP" == [Yy1]* ]] && return 0
|
||||
[[ "$SAMBA" != [Yy1]* ]] && return 0
|
||||
[[ "$NETWORK" != [Yy1]* ]] && return 0
|
||||
|
||||
SHARE="$STORAGE/shared"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue