Skip to content

Commit

Permalink
added requirement to detect rsync on startup
Browse files Browse the repository at this point in the history
silent failure at copy-profile/start is no good
  • Loading branch information
hexparrot authored Aug 21, 2020
1 parent a1e583a commit ef3c413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mineos.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ mineos.dependencies = async.memoize(function(callback) {
async.parallel({
'screen': async.apply(which, 'screen'),
'tar': async.apply(which, 'tar'),
'rsync': async.apply(which, 'rsync'),
'java': async.apply(which, 'java'),
'rdiff-backup': async.apply(which, 'rdiff-backup')
}, callback);
Expand Down

0 comments on commit ef3c413

Please sign in to comment.