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 | e3d9a6ad6cb2c1463915d356172e5aeb92c4e26f (patch) | |
tree | 906b288a0ee1b735d6141d06036aae637b2c9882 /bin | |
parent | 7b79a3ef686fad23bd68a59ce5573699bb059adc (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 ) # |