diff options
-rw-r--r-- | installer/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |