mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Merge "GenerateFancyCaptchas: Add ->disableSandbox() to shell command"
This commit is contained in:
commit
d6675a34c0
|
@ -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" );
|
||||
|
|
Loading…
Reference in a new issue