SA Bugzilla – Bug 7489
fix compatibility with *BSD for automasscheck script
Last modified: 2017-11-27 15:26:29 UTC
Created attachment 5468 [details] *BSD compatibility for automasscheck-minimal.sh automasscheck-minimal.sh is not compatible with *BSD systems because seq(1) is not installed by default, change the script to avoid the use of seq(1).
Patch applied and testing on my masscheck instance before committing.
On top of that #!/bin/bash is not needed, #!/bin/sh works fine as well.
Thanks for the info. Changed the shell to /bin/sh.