add newline to end

This commit is contained in:
m0duspwnens
2020-09-01 15:10:56 -04:00
parent 01777c64d9
commit b13b07eddf

View File

@@ -99,7 +99,7 @@ def zeek():
influxtime = int(time() * 1000000000)
with open("/nsm/zeek/logs/zeek_restart.log", openmethod) as f:
f.write('healthcheck zeek_restart=%i %i' % (zeek_restart, influxtime))
f.write('healthcheck zeek_restart=%i %i\n' % (zeek_restart, influxtime))
if calling_func == 'execute' and zeek_restart: