Commit ee16b82f authored by NGPixel's avatar NGPixel

Fix for wiki not restarting after upgrade

[ci skip]
parent 439c448d
......@@ -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)
......
{
"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": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment