Update samba.sh

This commit is contained in:
Kroese 2025-03-19 13:26:11 +01:00 committed by GitHub
parent c791f2a2fe
commit 48bbbc7e31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,14 +111,8 @@ done
if ! smbd; then
error "Samba daemon failed to start!"
smbd -i --debug-stdout || true
else
if [[ "${NETWORK,,}" == "user"* ]]; then
NET_OPTS="${NET_OPTS/,hostfwd/,guestfwd=tcp:${VM_NET_IP%.*}.1:445-tcp:127.0.0.1:445,hostfwd}"
fi
fi
[[ "${NETWORK,,}" == "user"* ]] && return 0
if [[ "${BOOT_MODE:-}" == "windows_legacy" ]]; then
# Enable NetBIOS on Windows 7 and lower
if ! nmbd; then