From aa93d9c75aad23c01d984b780adf5e0ef4435bb1 Mon Sep 17 00:00:00 2001
From: Roman Bazalevsky <rvb@rvb.name>
Date: Mon, 12 Nov 2018 20:33:18 +0300
Subject: [PATCH] =?utf8?q?=D0=92=D1=81=D0=B5=20=D0=B1=D0=B5=D1=80=D0=B5?=
 =?utf8?q?=D0=BC=20=D0=B8=D0=B7=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE?=
 =?utf8?q?=D0=B5=D0=BA!?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 bin/dump-current | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/dump-current b/bin/dump-current
index c7670b9..5b3761f 100755
--- a/bin/dump-current
+++ b/bin/dump-current
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 logdb=`uci get weathermon.process.logdb`
-dumpdir=/var/weather/www
+dumpdir=`uci get weathermon.process.working_dir`/www
 mkdir -p $dumpdir
 /usr/bin/weather-filter $logdb dump-compacted - $dumpdir
 
-- 
2.34.1