mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
replace call to /bin/sleep with /bin/busybox usleep
This commit is contained in:
parent
838c6e7f0a
commit
fbbf3975c6
@ -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