浏览代码

Fix for wiki not restarting after upgrade

[ci skip]
NGPixel 8 年之前
父节点
当前提交
ee16b82f17
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      npm/install.js
  2. 1 1
      npm/package.json

+ 1 - 1
npm/install.js

@@ -75,7 +75,7 @@ pm2.connectAsync().then(() => {
      */
     return new Promise((resolve, reject) => {
       ora.text = 'Upgrade succeeded. Starting Wiki.js...'
-      let npmInstallProc = exec('wiki start', {
+      let npmInstallProc = exec('node wiki start', {
         cwd: installDir
       })
       npmInstallProc.stdout.pipe(process.stdout)

+ 1 - 1
npm/package.json

@@ -1,6 +1,6 @@
 {
   "name": "wiki.js",
-  "version": "1.0.0-beta.8",
+  "version": "1.0.0-beta.8.1",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "main": "install.js",
   "scripts": {