]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - fix jobqueue command to run with multiplexed json output
authorDylan William Hardison <dylan@hardison.net>
Mon, 26 Mar 2018 03:54:39 +0000 (23:54 -0400)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 03:54:39 +0000 (23:54 -0400)
scripts/entrypoint.pl

index 5c981c5c21960471f8d5135b05451cc38908521f..ce1cc795bd7ea9fd585f052c774fd40d50bf053a 100755 (executable)
@@ -91,9 +91,10 @@ sub cmd_httpd  {
 }
 
 sub cmd_jobqueue {
+    my (@args) = @_;
     check_data_dir();
     wait_for_db();
-    exit run_cereal_and_jobqueue()->get;
+    exit run_cereal_and_jobqueue(@args)->get;
 }
 
 sub cmd_dev_httpd {