mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 15:09:33 +08:00
Update 20-smb-ksmbd
This commit is contained in:
parent
d8498fd86e
commit
c7554ae729
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user