[Koha-bugs] [Bug 31345] Add ability to exit process_message_queue.pl early if any plugin before_send_messages hook fails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 8 19:25:43 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31345

--- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> ---
> Applied patch and ran 
> perl -e process_message_queue.pl
> 
> That didn't output anything, is that what's expected for exit code 1?

After running the command, run:
echo $?
on the command line and it will give you the exit code of the last command you
ran!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list