aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SelfUpdater/index.js3
1 files changed, 2 insertions, 1 deletions
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"
});
}