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) { function bUpdate (obj, cb) {
cb() exec('sh ./scripts/update.sh', (err, stdio, stderr) => {
setTimeout(() => { cb()
exec('sh ./scripts/update.sh', (err, stdio, stderr) => { setTimeout(() => {
process.exit(0) process.exit(0)
}) }, 20)
}, 20) })
} }
function bRestart (obj, cb) { function bRestart (obj, cb) {
cb() cb()