jailkit: bash test always fails
In the jailkit maintenance cronjob there is a test to see if bash works which always fails (it incorrectly uses the return value of safe_exec() but needs to use last_exec_retcode()), causing jails to be reinitialized when not needed (creates extra load).