fix alerting

This commit is contained in:
2019-07-12 19:50:05 +02:00
parent 85ea0e2b06
commit 35af808b17
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
awk '{$3=strftime("%Y-%m-%d %H:%M:%S", substr($3,1,10)); print $0}' lorahandler.log
awk '{$3=strftime("%Y-%m-%d %H:%M:%S", substr($NF,1,10)); print $0}' lorahandler.log