1
0
réplica de https://github.com/dockur/windows.git sincronizado 2026-06-12 13:19:34 +08:00

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

Este cometimento está contido em:
Kroese
2024-03-11 14:14:45 +01:00
cometido por GitHub
ascendente 77358f0632
cometimento 787f815527
+1
Ver ficheiro
@@ -5,6 +5,7 @@ set -Eeuo pipefail
[[ "$DHCP" == [Yy1]* ]] && return 0
[[ "$SAMBA" != [Yy1]* ]] && return 0
[[ "$NETWORK" != [Yy1]* ]] && return 0
SHARE="$STORAGE/shared"