Merge "GenerateFancyCaptchas: Add ->disableSandbox() to shell command"

This commit is contained in:
jenkins-bot 2024-01-24 05:15:15 +00:00 committed by Gerrit Code Review
commit d6675a34c0

View file

@ -128,6 +128,7 @@ class GenerateFancyCaptchas extends Maintenance {
$result = Shell::command( [] )
->params( $cmd )
->limits( [ 'time' => 0 ] )
->disableSandbox()
->execute();
if ( $result->getExitCode() != 0 ) {
$this->output( " Failed.\n" );