Skip to content

Commit 6da9bac

Browse files
committed
fixed injecting script for devices with APEX #2 (lost fi)
1 parent 55913b6 commit 6da9bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interceptors/android/adb-commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ export async function injectSystemCertificate(
315315
if [ -n "$Z_PID" ]; then
316316
nsenter --mount=/proc/$(echo $Z_PID)/ns/mnt -- \
317317
/bin/mount --bind /system/etc/security/cacerts /apex/com.android.conscrypt/cacerts
318+
fi
318319
done
319320
320321
echo 'Zygote APEX certificates remounted'

0 commit comments

Comments
 (0)