Skip to content

Commit

Permalink
Merge branch 'develop' for v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 committed Oct 8, 2024
2 parents a66f460 + af7e231 commit 9a38a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WordPress.php
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ private function catch_clean( $e ) {
$this->delete_site( $this->level, $this->site_data['site_url'], $this->site_data['site_fs_path'], $db_data );
\EE\Utils\delem_log( 'site cleanup end' );
\EE::log( 'Report bugs here: https://github.com/EasyEngine/site-type-wp' );
exit;
exit( 1 );
}

/**
Expand All @@ -1629,7 +1629,7 @@ protected function rollback() {
$this->delete_site( $this->level, $this->site_data['site_url'], $this->site_data['site_fs_path'], $db_data );
}
\EE::success( 'Rollback complete. Exiting now.' );
exit;
exit( 1 );
}

}

0 comments on commit 9a38a3e

Please # to comment.