terminal_systemizer
terminal_systemizer copied to clipboard
Missing app in Revert Systemized Apps
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