From 42a347d7a23f2b4e31edf8b6e7aa91247a46bf25 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Thu, 3 Oct 2024 17:15:23 +0530 Subject: [PATCH] Update to exit 1 on site creation failure cleanup Signed-off-by: Riddhesh Sanghvi --- src/PHP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHP.php b/src/PHP.php index 5eaac8d..64a7807 100644 --- a/src/PHP.php +++ b/src/PHP.php @@ -973,7 +973,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-php' ); - exit; + exit( 1 ); } /**