Add a new line charater to the error message when the installer is

being run a 2nd time after the a successful installation.
This commit is contained in:
Tim Almdal
2009-01-18 08:10:58 +00:00
parent f0e3a220d9
commit 9380e306f4

View File

@@ -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