Skip to content

Commit ee76acc

Browse files
committed
Merge branch 'develop' for v3.3.2
2 parents f5413bd + 1552889 commit ee76acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site-type/HTML.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ private function catch_clean( $e ) {
440440
$this->delete_site( $this->level, $this->site_data['site_url'], $this->site_data['site_fs_path'] );
441441
\EE\Utils\delem_log( 'site cleanup end' );
442442
\EE::log( 'Report bugs here: https://github.com/EasyEngine/site-command' );
443-
exit;
443+
exit( 1 );
444444
}
445445

446446
/**
@@ -454,6 +454,6 @@ protected function rollback() {
454454
}
455455

456456
\EE::success( 'Rollback complete. Exiting now.' );
457-
exit;
457+
exit( 1 );
458458
}
459459
}

0 commit comments

Comments
 (0)