diff --git a/daemon.js b/daemon.js index 70824af..2d6542e 100644 --- a/daemon.js +++ b/daemon.js @@ -101,7 +101,7 @@ function shutdown_blockchain() { } function shutdown_storage() { - if (storageServer && storageServer.killed)) { + if (storageServer && storageServer.killed) { if (lib.isPidRunning(storageServer.pid)) { console.log('LAUNCHER: killing SS again') process.kill(storageServer.pid, 'SIGKILL')