mirror of
https://github.com/dockur/windows.git
synced 2025-12-29 22:01:02 +00:00
fix: Disable Samba if networking is disabled (#254)
This commit is contained in:
@@ -5,6 +5,7 @@ set -Eeuo pipefail
|
||||
|
||||
[[ "$DHCP" == [Yy1]* ]] && return 0
|
||||
[[ "$SAMBA" != [Yy1]* ]] && return 0
|
||||
[[ "$NETWORK" != [Yy1]* ]] && return 0
|
||||
|
||||
SHARE="$STORAGE/shared"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user