mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
replace call to /bin/sleep with /bin/busybox usleep
This commit is contained in:
parent
1e42a73c7c
commit
326888b028
@ -143,7 +143,7 @@ NFS_OVERLAY="192.168.1.1:/var/lib/overlay"
|
||||
|
||||
retry_nr=$(( ${retry_nr} + 1 ))
|
||||
|
||||
[ ! -e /sysroot/sbin/init ] && /bin/sleep 1
|
||||
[ ! -e /sysroot/sbin/init ] && /bin/busybox usleep 1000000
|
||||
|
||||
[ ${retry_nr} -gt 0 ]
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user