Skip to content

Commit

Permalink
check daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Aug 1, 2017
1 parent 56b1643 commit b2d5e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions check_daemon.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*jslint node: true */
"use strict";
var check_daemon = require('byteballcore/check_daemon.js');

check_daemon.checkDaemonAndNotify('node insurance.js');

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flight-delays-insurance",
"version": "1.0.0",
"description": "",
"main": "start.js",
"main": "insurance.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit b2d5e1d

Please sign in to comment.