From e3d9a6ad6cb2c1463915d356172e5aeb92c4e26f Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 12 Dec 2012 14:13:50 +0000 Subject: The dequeuing process passes the settings to the wroker. --- bin/custodian-dequeue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 ) # -- cgit v1.2.1