diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-12 14:13:50 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-12 14:13:50 +0000 |
commit | 2327ff5ec0d848577ea9708e405dc7c70bf31537 (patch) | |
tree | 9e8042df48e997a516fd313368bce5d1d240cbb0 /bin | |
parent | a97a84dd397168dc64e7621ccadc5ec8775b8aa2 (diff) |
The dequeuing process passes the settings to the wroker.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/custodian-dequeue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index 4e652ff..08579af 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -144,7 +144,7 @@ if __FILE__ == $0 then # # Create the object # - worker = Custodian::Worker.new( $SERVER, $ALERTER, $LOGFILE ) + worker = Custodian::Worker.new( $SERVER, $ALERTER, $LOGFILE, settings ) # |