Skip to content

Commit

Permalink
Goaccess changes
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Sep 6, 2024
1 parent 7359efa commit a1284da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_goaccess_metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ done

for logfile in "$LOCAL_LOGS_DIR/$log/controller/"*;
do
if [[ $logfile == *".log"* ]]; then
if [[ $logfile == *".log"* && $logfile != *".log" ]]; then
addLog $logfile
fi
done
Expand Down

0 comments on commit a1284da

Please sign in to comment.