Fix: If is never called (also under execute_check)

This commit is contained in:
Joaquin Rinaudo
2020-09-07 16:33:45 +02:00
committed by GitHub
parent e1fb89838a
commit 24c80c8548

View File

@@ -396,8 +396,6 @@ execute_group() {
# Function to execute group by name
execute_group_by_id() {
genCredReport
saveReport
for i in "${!GROUP_ID[@]}"; do
if [ "${GROUP_ID[$i]}" == "$1" ]; then
execute_group ${i} $2