Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit a8907a059d - Show all commits

View File

@ -545,12 +545,12 @@ function bReset (obj, cb) {
}
function bUpdate (obj, cb) {
cb()
setTimeout(() => {
exec('sh ./scripts/update.sh', (err, stdio, stderr) => {
exec('sh ./scripts/update.sh', (err, stdio, stderr) => {
cb()
setTimeout(() => {
process.exit(0)
})
}, 20)
}, 20)
})
}
function bRestart (obj, cb) {
cb()