From 9380e306f4e40da8f6d9a4e9cbe7231b7738ed60 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 18 Jan 2009 08:10:58 +0000 Subject: Add a new line charater to the error message when the installer is being run a 2nd time after the a successful installation. --- installer/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/install.php b/installer/install.php index 9aede59c..c33dff49 100644 --- a/installer/install.php +++ b/installer/install.php @@ -48,7 +48,7 @@ if (PHP_SAPI != "cli") { } if (file_exists("var/installed")) { - die("Gallery3 is already installed... exiting"); + die("Gallery3 is already installed... exiting\n"); } array_shift($argv); // remove the script name from the arguments -- cgit v1.2.3