mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-22 07:54:53 -05:00
Create lastheard
This commit is contained in:
parent
620e52559c
commit
7a6fa68302
5
utils/lastheard
Normal file
5
utils/lastheard
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
mv /var/www/html/lastheard.log /var/www/html/lastheard.log.save
|
||||||
|
/usr/bin/tail -550 /var/www/html/lastheard.log.save > /var/www/html/lastheard.log
|
||||||
|
mv /var/www/html/lastheard.log /var/www/html/lastheard.log.save
|
||||||
|
/usr/bin/tail -550 /var/www/html/lastheard.log.save > /var/www/html/lastheard.log
|
Loading…
Reference in New Issue
Block a user