@intuned/runtime-dev 1.1.6-vnc.7 → 1.1.6-vnc.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -286,7 +286,7 @@ exec xclock -digital -update 0 -bg black`;
286
286
  mode: 0o755
287
287
  });
288
288
  console.log("Spawning vncserver");
289
- const vncServerProcess = (0, _child_process.spawn)("vncserver", [":99", "-localhost", "yes", "-rfbauth", "/root/vnc/passwd", "-rfbport", "5900", "-geometry", "1280x720"]);
289
+ const vncServerProcess = (0, _child_process.spawn)("vncserver", [":99", "-localhost", "yes", "-rfbauth", "/root/.vnc/passwd", "-rfbport", "5900", "-geometry", "1280x720"]);
290
290
  listenToProcess(vncServerProcess, "vncserver");
291
291
  processes.push(vncServerProcess);
292
292
  console.log("Waiting for VNC server to start...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.1.6-vnc.7",
3
+ "version": "1.1.6-vnc.8",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",