From 4f595b3dc5c23f7d338e5ec299667054aa3584e7 Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 20 Aug 2019 18:25:51 +0200 Subject: [PATCH] Update lastheard --- utils/lastheard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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