Fix for wiki not restarting after upgrade

[ci skip]
This commit is contained in:
NGPixel
2017-02-19 16:36:51 -05:00
parent 439c448db3
commit ee16b82f17
2 changed files with 2 additions and 2 deletions

View File

@@ -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)