From f3f52fa586bf91bed48e4997a303e9dc816dea2c Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Tue, 4 Feb 2014 22:31:51 +0000 Subject: [PATCH] Inject - cleanup messing with crontab... just don't do it. --- nodes/core/core/20-inject.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/nodes/core/core/20-inject.js b/nodes/core/core/20-inject.js index 59e2ee0ac..ee6100b71 100644 --- a/nodes/core/core/20-inject.js +++ b/nodes/core/core/20-inject.js @@ -32,9 +32,6 @@ function InjectNode(n) { var node = this; this.interval_id = null; this.cronjob = null; - if (this.crontab) { - if (this.crontab.split(" ")[4] != "*") { this.once = false; } - } if (this.repeat && !isNaN(this.repeat) && this.repeat > 0) { this.repeat = this.repeat * 1000;