HBMonv2/utils/lastheard

9 lines
368 B
Plaintext
Raw Normal View History

2020-12-31 15:27:08 +01:00
#!/bin/bash
2021-05-18 17:12:40 +02:00
#
# copy this file to /etc/cron.daily/
2020-12-31 15:27:08 +01:00
mv /opt/HBMonv2/log/lastheard.log /opt/HBMonv2/log/lastheard.log.save
/usr/bin/tail -250 /opt/HBMonv2/log/lastheard.log.save > /opt/HBMonv2/log/lastheard.log
mv /opt/HBMonv2/log/lastheard.log /opt/HBMonv2/log/lastheard.log.save
/usr/bin/tail -250 /opt/HBMonv2/log/lastheard.log.save > /opt/HBMonv2/log/lastheard.log