bug fix and debug logging

This commit is contained in:
Andrew Davidson 2023-02-28 13:50:48 -08:00
parent 7d33328010
commit 3c364d3eef
Signed by: amd
GPG key ID: F1199FC0A76BB402
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
[global]
workgroup = WORKGROUP
server role = standalone server
[share]
comment = Shared files from samba-container

2
run.sh
View file

@ -4,6 +4,6 @@
if [ $? -eq 0 ]; then
smbd -FS
smbd -FS --debuglevel=1
fi