From 9e841c202444b92f27e803da2a6e0f60e46251b2 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Tue, 20 Feb 2024 07:49:48 +0000 Subject: [PATCH] fix typo --- daemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')