latest digs

This commit is contained in:
Dobie Wollert
2013-09-04 03:05:47 -04:00
parent b4ca8d9ae3
commit 460e8f0be0
12 changed files with 229 additions and 46 deletions

View File

@ -86,9 +86,13 @@ var workorders_command = {
mongoose.connection.db.executeDbCommand(clients_command, function(err, dbres) {
if (err) throw err;
console.log("Clients Done");
mongoose.connection.db.executeDbCommand(workorders_command, function(err, dbres) {
if (err) throw err;
console.log("Workorders Done");
process.exit();
});
});