Skip to content

Commit

Permalink
Fixed log_path
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Oct 14, 2024
1 parent c33a9f6 commit ed4d183
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 @@ -71,7 +71,7 @@ do
fi
done

for logfile in "$LOCAL_LOGS_DIR/$log/oscar/"*;
for logfile in "$LOCAL_LOGS_DIR/$log_path/oscar/"*;
do
if [[ $logfile == *".log"* ]]; then
if [[ $logfile == *".log" ]]; then
Expand Down

0 comments on commit ed4d183

Please sign in to comment.