From cfe00d3ccd79c2b1c7f8a09853d027dabff3c302 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 8 Dec 2010 20:20:49 +0100 Subject: set exit status when router is not available --- scripts/status.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/status.php') diff --git a/scripts/status.php b/scripts/status.php index 5384d91..9f94371 100644 --- a/scripts/status.php +++ b/scripts/status.php @@ -20,5 +20,6 @@ try { } } catch (Exception $e) { echo 'Error: ' . $e->getMessage() . "\n"; + exit(1); } ?> \ No newline at end of file -- cgit v1.2.3