mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
wsdd2: update config file for ksmbd
Previous commit makes use of ksmbd.conf Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -16,8 +16,8 @@ start_service() {
|
||||
# needs long delay, otherwise service may not register correctly on stratup/reboot (not sure what the issues is?)
|
||||
sleep 5
|
||||
|
||||
if [ -e /etc/ksmbd/smb.conf ] && [ -e /etc/init.d/ksmbd ] && /etc/init.d/ksmbd running; then
|
||||
SMB_CONF="/etc/ksmbd/smb.conf"
|
||||
if [ -e /etc/ksmbd/ksmbd.conf ] && [ -e /etc/init.d/ksmbd ] && /etc/init.d/ksmbd running; then
|
||||
SMB_CONF="/etc/ksmbd/ksmbd.conf"
|
||||
fi
|
||||
|
||||
[ -e /etc/samba/smb.conf ] && {
|
||||
|
||||
Reference in New Issue
Block a user