mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-25 09:18:53 -05:00
Create lastheard.sh
This commit is contained in:
parent
ac862e2386
commit
a7991a6701
5
utils/lastheard.sh
Normal file
5
utils/lastheard.sh
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