[v1.0.11] Use new magisk module installer, fix bug in magisk 20.4 NOT auto run service.sh.
This commit is contained in:
10
service.sh
Normal file
10
service.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/system/bin/sh
|
||||
|
||||
MODDIR=${0%/*}
|
||||
|
||||
(
|
||||
until [ $(getprop sys.boot_completed) -eq 1 ] ; do
|
||||
sleep 5
|
||||
done
|
||||
${MODDIR}/scripts/start.sh
|
||||
)&
|
Reference in New Issue
Block a user