extract daemon

This commit is contained in:
5ec1cff
2024-07-18 12:24:55 +08:00
parent 1fe5bee3d2
commit f1bbc0cd0e
4 changed files with 9 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ cd $MODDIR
(
while [ true ]; do
/system/bin/app_process -Djava.class.path=./service.apk / --nice-name=TrickyStore io.github.a13e300.tricky_store.MainKt
./daemon
if [ $? -ne 0 ]; then
exit 1
fi