Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Oct 15, 2024
1 parent ed4d183 commit 547a4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extract_goaccess_metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ do
fi
done

for logfile in "$LOCAL_LOGS_DIR/$log_path/oscar/"*;
# /var/log/ingresslogs/oscar_oscar-7499cd/oscar
for logfile in "$LOCAL_LOGS_DIR/$relative_log_path/oscar/"*;
do
if [[ $logfile == *".log"* ]]; then
if [[ $logfile == *".log" ]]; then
Expand Down

0 comments on commit 547a4de

Please sign in to comment.