Skip to content

Commit

Permalink
size of 90 days in intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
angoca authored Mar 30, 2024
1 parent 9ec6646 commit ca2b732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/health-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ do
then
mkdir -p public/status
echo "$dateTime, $result, $time_total" >> "public/status/${key}_report.log"
tail -2000 "public/status/${key}_report.log" > "public/status/${key}_report.log.tmp"
tail -8640 "public/status/${key}_report.log" > "public/status/${key}_report.log.tmp"
mv "public/status/${key}_report.log.tmp" "public/status/${key}_report.log"
else
echo " $dateTime, $result, $time_total"
Expand Down

0 comments on commit ca2b732

Please sign in to comment.