Bug: scripts/malleus.sh can't be launched without parameters
TurboThon opened this issue · 1 comments
TurboThon commented
Bug report
The usage of scripts/malleus.sh
specifies only optional parameters, but executing /bin/sh scripts/malleus.sh
only display the help instead of running malleus.sh
.
Steps to reproduce
Run scripts/malleus.sh
bgrozev commented
Thanks for the report, a contribution will be welcome. It looks like when there are no params it incorrectly falls back to the backward compat mode here: https://github.com/jitsi/jitsi-meet-torture/blob/master/scripts/malleus.sh#L117