şunun yansıması
https://github.com/dockur/windows.git
eşitlendi 2026-06-12 13:19:34 +08:00
fix: Disable Samba if networking is disabled (#254)
Bu işleme şunda yer alıyor:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Yeni konuda referans
Bir kullanıcı engelle