Configure only BTC by default; send correct status for reboot

This commit is contained in:
Josh Harvey 2016-06-16 13:38:07 +03:00
parent 2901666351
commit c60bd3f02d
2 changed files with 2 additions and 2 deletions

View file

@ -336,7 +336,7 @@ function init (localConfig) {
}
reboots[fingerprint] = pid
res.sendStatus({success: true})
res.sendStatus(200)
})
return app