diff --git a/net/wsdd2/files/wsdd2.init b/net/wsdd2/files/wsdd2.init index b9d01a8c3..e3df25e2d 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 ] && {