File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ set_perm_recursive "$MODPATH" 0 0 0755 0644
55extract " $ZIPFILE " ' post-fs-data.sh' " $MODPATH "
66set_perm " $MODPATH /post-fs-data.sh" 0 0 0755
77rm -f " /data/local/tmp/lib$RIRU_MODULE_LIB_NAME .debug.dex" > /dev/null 2>&1 || true
8+ rm -f " /data/local/tmp/lib$RIRU_MODULE_LIB_NAME .dex" > /dev/null 2>&1 || true
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ set_perm_recursive "$MODPATH" 0 0 0755 0644
3939extract " $ZIPFILE " ' post-fs-data.sh' " $MODPATH "
4040set_perm " $MODPATH /post-fs-data.sh" 0 0 0755
4141rm -f " /data/local/tmp/lib$ZYGISK_MODULE_LIB_NAME .dex" > /dev/null 2>&1 || true
42-
42+ rm -f " /data/local/tmp/lib $ZYGISK_MODULE_LIB_NAME .dex " > /dev/null 2>&1 || true
4343set_perm_recursive " $MODPATH " 0 0 0755 0644
You can’t perform that action at this time.
0 commit comments