Update samba.sh

This commit is contained in:
Kroese 2024-02-08 17:43:19 +01:00 committed by GitHub
parent 0cea366031
commit de2a83493e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,6 @@ SAMBA="/etc/samba/smb.conf"
} | unix2dos > "$SHARE/readme.txt"
smbd -D
wsdd -i dockerbridge -p -n "host.local" &
wsdd -i dockerbridge -p -n "host.lan" &
return 0