mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Auto reverse rpmb
This commit is contained in:
parent
b30647eab6
commit
e5d066feba
1 changed files with 1 additions and 1 deletions
2
stage2
2
stage2
|
@ -580,7 +580,7 @@ def main():
|
|||
filename = args.filename
|
||||
start = getint(args.start)
|
||||
length = getint(args.length)
|
||||
st2.rpmb(start, length, filename, args.reverse)
|
||||
st2.rpmb(start, length, filename, not args.reverse)
|
||||
elif cmd == "preloader":
|
||||
if args.filename is None:
|
||||
filename = os.path.join("logs", "preloader")
|
||||
|
|
Loading…
Reference in a new issue