bug fix and debug logging
This commit is contained in:
parent
7d33328010
commit
3c364d3eef
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
[global]
|
[global]
|
||||||
workgroup = WORKGROUP
|
workgroup = WORKGROUP
|
||||||
|
server role = standalone server
|
||||||
|
|
||||||
[share]
|
[share]
|
||||||
comment = Shared files from samba-container
|
comment = Shared files from samba-container
|
||||||
|
|
2
run.sh
2
run.sh
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|
||||||
smbd -FS
|
smbd -FS --debuglevel=1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue