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 ```sh for i in $(seq 1 $((${#rev_app[@]}))); do ```
terminal_systemizer/system/xbin/systemize
Line 449 in 3144ec5
The problem is that rev_app is 1 indexed so this line should be