From b2e4cf2c099430afca50af63b6eec7e4c2f4dc17 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 19 Aug 2013 14:59:41 +0000 Subject: [PATCH] Add a carriage return to the error message output when iTop is NOT yet installed. SVN:trunk[2823] --- webservices/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webservices/cron.php b/webservices/cron.php index 1d87f49b3..1e96e2d76 100644 --- a/webservices/cron.php +++ b/webservices/cron.php @@ -33,7 +33,7 @@ require_once(APPROOT.'/application/clipage.class.inc.php'); $sConfigFile = APPCONF.ITOP_DEFAULT_ENV.'/'.ITOP_CONFIG_FILE; if (!file_exists($sConfigFile)) { - echo "iTop is not yet installed. Exiting..."; + echo "iTop is not yet installed. Exiting...\n"; exit(-1); }