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.
2 parents 5a18300 + 3f7a921 commit 9822ae3Copy full SHA for 9822ae3
src/interceptors/android/adb-commands.ts
@@ -410,7 +410,7 @@ export async function injectSystemCertificate(
410
# Create a separate temp directory, to hold the current certificates
411
# Without this, when we add the mount we can't read the current certs anymore.
412
mkdir -p /data/local/tmp/htk-ca-copy
413
- chown 700 /data/local/tmp/htk-ca-copy
+ chmod 700 /data/local/tmp/htk-ca-copy
414
rm -rf /data/local/tmp/htk-ca-copy/*
415
416
# Copy out the existing certificates
0 commit comments