aboutsummaryrefslogtreecommitdiff
path: root/src/SocketIO
diff options
context:
space:
mode:
Diffstat (limited to 'src/SocketIO')
-rw-r--r--src/SocketIO/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SocketIO/index.js b/src/SocketIO/index.js
index 2a625ed..1803845 100644
--- a/src/SocketIO/index.js
+++ b/src/SocketIO/index.js
@@ -194,6 +194,8 @@ function createAuthorizedNamespace(io) {
fn({success: true});
});
socket.on("system:update_version", () => {
+ let p = exec('luxcena-neo-cli.sh update');
+ p.unref();
});
/* SSLCert */