pinokiod 3.19.16 → 3.19.18

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.
package/kernel/bin/cli.js CHANGED
@@ -9,7 +9,7 @@ class CLI {
9
9
  async installed(req, ondata) {
10
10
  console.log("Check CLI installed")
11
11
 
12
- let exists = await Util.exists(this.kernel.path("bin/miniconda/npm/bin/pinokio"))
12
+ let exists = await Util.exists(this.kernel.path("bin/npm/pinokio"))
13
13
  console.log("Exists", exists)
14
14
 
15
15
  if (exists) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.19.16",
3
+ "version": "3.19.18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/server/index.js CHANGED
@@ -1502,7 +1502,7 @@ class Server {
1502
1502
  if (meta) {
1503
1503
  items = running.concat(notRunning)
1504
1504
  console.log("INDEX2")
1505
- res.render("index3", {
1505
+ res.render("index", {
1506
1506
  current_urls,
1507
1507
  portal: this.portal,
1508
1508
  install: this.install,