mirror of
https://ghproxy.net/https://github.com/jonbp/wp-cli-sync.git
synced 2025-10-04 02:35:05 +08:00
As Before -> Correct deactivate command
This commit is contained in:
parent
ed0d40ba13
commit
fe82dbe87c
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ if ( defined( 'WP_CLI' ) && WP_CLI ) {
|
|||
}
|
||||
|
||||
// Deactivate Maintenance Mode
|
||||
$command = 'wp maintenance-mode activate';
|
||||
$command = 'wp maintenance-mode deactivate';
|
||||
exec($command);
|
||||
|
||||
// Completion Message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue