diff --git a/utils/lastheard b/utils/lastheard index edb1a0b..6dfbc9f 100644 --- a/utils/lastheard +++ b/utils/lastheard @@ -1,5 +1,5 @@ #!/bin/bash mv /opt/HBmonitor/lastheard.log /opt/HBmonitor/lastheard.log.save /usr/bin/tail -150 /opt/HBmonitor/lastheard.log.save > /opt/HBmonitor/lastheard.log -mv /opt/HBmonitor/lastheard.log /var/www/html/lastheard.log.save +mv /opt/HBmonitor/lastheard.log /opt/HBmonitor/lastheard.log.save /usr/bin/tail -150 /opt/HBmonitor/lastheard.log.save > /opt/HBmonitor/lastheard.log