Suresh Alse 2017-10-31 08:45:43 -07:00
parent 1f06112a6a
commit c4036ca29a
1 changed files with 3 additions and 1 deletions

View File

@ -129,6 +129,8 @@ exports.set_crontab = function(env_vars, callback){
if (err) return callback(err);
else callback();
});
} else {
callback();
}
});
});