From: Rosen Penev Date: Fri, 4 Nov 2022 19:46:22 +0000 (-0700) Subject: wsdd2: update config file for ksmbd X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7cdc9da02a3f7031ecab1cd3d8b13aff0efc7fee;p=feed%2Fpackages.git wsdd2: update config file for ksmbd Previous commit makes use of ksmbd.conf Signed-off-by: Rosen Penev --- diff --git a/net/wsdd2/files/wsdd2.init b/net/wsdd2/files/wsdd2.init index b9d01a8c3b..e3df25e2d1 100644 --- a/net/wsdd2/files/wsdd2.init +++ b/net/wsdd2/files/wsdd2.init @@ -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 ] && {