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 f5413bd + 1552889 commit ee76acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site-type/HTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ private function catch_clean( $e ) {
$this->delete_site( $this->level, $this->site_data['site_url'], $this->site_data['site_fs_path'] );
\EE\Utils\delem_log( 'site cleanup end' );
\EE::log( 'Report bugs here: https://github.com/EasyEngine/site-command' );
exit;
exit( 1 );
}

/**
Expand All @@ -454,6 +454,6 @@ protected function rollback() {
}

\EE::success( 'Rollback complete. Exiting now.' );
exit;
exit( 1 );
}
}

0 comments on commit ee76acc

Please sign in to comment.