1
0
鏡像自 https://github.com/dockur/windows.git 已同步 2026-06-12 13:19:34 +08:00

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

此提交包含在:
Kroese
2024-03-11 14:14:45 +01:00
提交者 GitHub
父節點 77358f0632
當前提交 787f815527
+1
查看文件
@@ -5,6 +5,7 @@ set -Eeuo pipefail
[[ "$DHCP" == [Yy1]* ]] && return 0
[[ "$SAMBA" != [Yy1]* ]] && return 0
[[ "$NETWORK" != [Yy1]* ]] && return 0
SHARE="$STORAGE/shared"