From 0a4266d4abdf928b71e0eb0164595ce5d3f162f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 10 Feb 2015 14:48:08 +0200 Subject: consistency: failure exit with status code 1 --- inc/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/init.php b/inc/init.php index 91bc77f98..bc9ab6d70 100644 --- a/inc/init.php +++ b/inc/init.php @@ -535,7 +535,7 @@ function nice_die($msg){ EOT; - exit; + exit(1); } /** -- cgit v1.2.3