From 7486433f111614db47f4d49f4a2a77ecd5bfcd68 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Mon, 20 Mar 2017 08:47:26 +0100 Subject: [PATCH] fixed wrong var type in shepherd.js --- routes/shepherd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/shepherd.js b/routes/shepherd.js index acdcf92..ef67f6e 100644 --- a/routes/shepherd.js +++ b/routes/shepherd.js @@ -1864,7 +1864,7 @@ function setConf(flock) { } function getConf(flock) { - const komodoDir = '', + var komodoDir = '', ZcashDir = '', DaemonConfPath = '';