From 9586c1e997368c646c673bd6026214a10bf55357 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Fri, 15 Oct 2021 12:19:41 +0200 Subject: :hammer: Make update script start in it's own shell --- src/SelfUpdater/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/SelfUpdater/index.js') diff --git a/src/SelfUpdater/index.js b/src/SelfUpdater/index.js index 4292c74..e9bd4c7 100644 --- a/src/SelfUpdater/index.js +++ b/src/SelfUpdater/index.js @@ -64,7 +64,8 @@ class VersionChecker { spawn("luxcena-neo-cli.sh", ["update", ">>", "/tmp/luxcena-neo-update.log"], { cwd: process.cwd(), detached : true, - stdio: "inherit" + stdio: "inherit", + shell: "/bin/bash" }); } -- cgit v1.2.3