Unverified Commit 787f8155 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Disable Samba if networking is disabled (#254)

parent 77358f06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ set -Eeuo pipefail

[[ "$DHCP" == [Yy1]* ]] && return 0
[[ "$SAMBA" != [Yy1]* ]] && return 0
[[ "$NETWORK" != [Yy1]* ]] && return 0

SHARE="$STORAGE/shared"