Added comment to clarify change

This commit is contained in:
Toni de la Fuente
2019-06-12 10:13:58 +02:00
parent 3947ee2aae
commit c7320ec7e2

View File

@@ -274,7 +274,8 @@ show_all_titles() {
MAIN_GROUPS=(1 2 3 4 7)
for i in "${MAIN_GROUPS[@]}"; do
show_group_title $i
# Display the title of the checks
# Display the title of the checks in groups 1,2,3,4 and 7
# Any other group has checks in these groups
IFS=',' read -ra CHECKS <<< ${GROUP_CHECKS[$i]}
for j in ${CHECKS[@]}; do
show_check_title $j