We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea982aa commit 02237f3Copy full SHA for 02237f3
src/interceptors/android/adb-commands.ts
@@ -236,7 +236,7 @@ export async function injectSystemCertificate(
236
237
# Create a separate temp directory, to hold the current certificates
238
# Without this, when we add the mount we can't read the current certs anymore.
239
- mkdir -m 700 /data/local/tmp/htk-ca-copy
+ mkdir -p -m 700 /data/local/tmp/htk-ca-copy
240
241
# Copy out the existing certificates
242
cp /system/etc/security/cacerts/* /data/local/tmp/htk-ca-copy/
0 commit comments