fix: Disable Samba if networking is disabled
This commit is contained in:
parent
a583e329a5
commit
9a7bbf94d1
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ set -Eeuo pipefail
|
||||||
|
|
||||||
[[ "$DHCP" == [Yy1]* ]] && return 0
|
[[ "$DHCP" == [Yy1]* ]] && return 0
|
||||||
[[ "$SAMBA" != [Yy1]* ]] && return 0
|
[[ "$SAMBA" != [Yy1]* ]] && return 0
|
||||||
|
[[ "$NETWORK" != [Yy1]* ]] && return 0
|
||||||
|
|
||||||
SHARE="$STORAGE/shared"
|
SHARE="$STORAGE/shared"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue