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