diff options
Diffstat (limited to 'bin/custodian-dequeue')
| -rwxr-xr-x | bin/custodian-dequeue | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index a411746..48dea57 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -136,7 +136,7 @@ if __FILE__ == $PROGRAM_NAME then    #    #  Single step?    # -  if ( ENV['SINGLE'] ) +  if  ENV['SINGLE']       worker.process_single_job      exit(0)    end @@ -144,7 +144,7 @@ if __FILE__ == $PROGRAM_NAME then    #    #  Run until we see a failure?    # -  if ( ENV['FAIL'] ) +  if  ENV['FAIL']       worker.process_until_fail      exit(0)    end | 
