From 3c364d3eef7af52d4ea88cda66df6f6b9731e672 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Tue, 28 Feb 2023 13:50:48 -0800 Subject: [PATCH] bug fix and debug logging --- etc/samba/smb.conf | 1 + run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/samba/smb.conf b/etc/samba/smb.conf index 3302f31..9ae8baf 100644 --- a/etc/samba/smb.conf +++ b/etc/samba/smb.conf @@ -1,5 +1,6 @@ [global] workgroup = WORKGROUP + server role = standalone server [share] comment = Shared files from samba-container diff --git a/run.sh b/run.sh index 5df7c58..3706a3c 100755 --- a/run.sh +++ b/run.sh @@ -4,6 +4,6 @@ if [ $? -eq 0 ]; then - smbd -FS + smbd -FS --debuglevel=1 fi