projects
/
weathermon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c7670b9b5351d29f096c84349b048a23e013a5af
[weathermon.git]
/
bin
/
dump-current
1
#!/bin/sh
2
3
logdb=`uci get weathermon.process.logdb`
4
dumpdir=/var/weather/www
5
mkdir -p $dumpdir
6
/usr/bin/weather-filter $logdb dump-compacted - $dumpdir
7