diff --git a/.github/diy/packages/luci-app-ksmbd/root/etc/hotplug.d/block/20-smb-ksmbd b/.github/diy/packages/luci-app-ksmbd/root/etc/hotplug.d/block/20-smb-ksmbd index f02b9f7c..3fdd93b8 100644 --- a/.github/diy/packages/luci-app-ksmbd/root/etc/hotplug.d/block/20-smb-ksmbd +++ b/.github/diy/packages/luci-app-ksmbd/root/etc/hotplug.d/block/20-smb-ksmbd @@ -9,7 +9,7 @@ config_file="/etc/config/ksmbd" wait_for_init() { for i in `seq 30` do - if ubus call service list '{"name":"samba4"}' 2>/dev/null | grep -q "samba4"; then + if ubus call service list '{"name":"ksmbd"}' 2>/dev/null | grep -q "ksmbd"; then sleep 2 return fi