From fd8e857210ab5c45f361f7c7650626c7f9bca9d0 Mon Sep 17 00:00:00 2001 From: Harikrishna Date: Fri, 18 Jul 2025 21:26:55 +0530 Subject: [PATCH] Correct scriptoptions in wrapper args --- lib/daemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/daemon.js b/lib/daemon.js index 302d1b6..edba2ea 100644 --- a/lib/daemon.js +++ b/lib/daemon.js @@ -100,7 +100,7 @@ var daemon = function (config) { get: function () { var wrapperArgs = [ '--file', this.script, - '--scriptoptions=' + this.scriptOptions, + '--scriptoptions', this.scriptOptions, '--log', this.name + ' ' + 'wrapper', '--grow', this.grow, '--wait', this.wait,