terminal_systemizer icon indicating copy to clipboard operation
terminal_systemizer copied to clipboard

Missing app in Revert Systemized Apps

Open louisabraham opened this issue 2 years ago • 1 comments

https://github.com/Magisk-Modules-Repo/terminal_systemizer/blob/3144ec547a66f948d57e9e73fa765dc7f76f0deb/system/xbin/systemize#L449

The problem is that rev_app is 1 indexed so this line should be

  for i in $(seq 1 $((${#rev_app[@]}))); do

louisabraham avatar Mar 19 '23 15:03 louisabraham