Skip to content
Snippets Groups Projects
Commit de68c919 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

remove timestamp

parent 46cbd308
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
timestamp=$(date +"%s")
# Netmon Nodewatcher (C) 2010-2014 Freifunk Oldenburg # Netmon Nodewatcher (C) 2010-2014 Freifunk Oldenburg
# License; GPL v3 # License; GPL v3
...@@ -203,6 +202,4 @@ delete_log ...@@ -203,6 +202,4 @@ delete_log
#Erzeugt die statusdaten #Erzeugt die statusdaten
err "`date`: Generate actual status data" err "`date`: Generate actual status data"
crawl crawl
timestampE=$(date +"%s")
echo $(( $timestampE - $timestamp ))
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment