Skip to content

Commit

Permalink
Recovery arguments are now passed through to the real recovery binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Black-Seraph committed Nov 13, 2023
1 parent a8569ec commit 726ad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/system/bin/recovery
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ then
fi

# Execute the real recovery (to serve as both a fallback and to keep original recovery behavior intact)
/system/bin/realrecovery
/system/bin/realrecovery "$@"

0 comments on commit 726ad6b

Please sign in to comment.