Skip to content

Commit

Permalink
Merge pull request #122 from julio-b/adbinj
Browse files Browse the repository at this point in the history
Fix incorrect command in ADB cert injection script
  • Loading branch information
pimterry committed Jun 21, 2024
2 parents 5a18300 + 3f7a921 commit 9822ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interceptors/android/adb-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export async function injectSystemCertificate(
# Create a separate temp directory, to hold the current certificates
# Without this, when we add the mount we can't read the current certs anymore.
mkdir -p /data/local/tmp/htk-ca-copy
chown 700 /data/local/tmp/htk-ca-copy
chmod 700 /data/local/tmp/htk-ca-copy
rm -rf /data/local/tmp/htk-ca-copy/*
# Copy out the existing certificates
Expand Down

0 comments on commit 9822ae3

Please sign in to comment.