From: Dylan William Hardison Date: Mon, 26 Mar 2018 03:54:39 +0000 (-0400) Subject: no bug - fix jobqueue command to run with multiplexed json output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b32511cf69059e8eab0e8fc8ceb23c0e449c3e;p=thirdparty%2Fbugzilla.git no bug - fix jobqueue command to run with multiplexed json output --- diff --git a/scripts/entrypoint.pl b/scripts/entrypoint.pl index 5c981c5c2..ce1cc795b 100755 --- a/scripts/entrypoint.pl +++ b/scripts/entrypoint.pl @@ -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 {