diff --git a/src/components/AndroidADBPullInstruction/adb_dump.sh b/src/components/AndroidADBPullInstruction/adb_dump.sh index 38947c8..d62f447 100644 --- a/src/components/AndroidADBPullInstruction/adb_dump.sh +++ b/src/components/AndroidADBPullInstruction/adb_dump.sh @@ -1,2 +1,2 @@ -sh adb shell su -c "cat '{{ dir }}/{{ file }}' | gzip | base64" \ - | base64 -d | gzip -d '{{ file }}' +adb shell su -c "cat '{{ dir }}/{{ file }}' | gzip | base64" \ + | base64 -d | gzip -d >'{{ file }}'