mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2026-06-07 08:24:42 -04:00
Create lastheard
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user