]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/AutomaticInstallation.php
old behaviour restored
[friendica.git] / src / Core / Console / AutomaticInstallation.php
index 5ce1a96f8de1fbfbcd7046af7d436249066dfbe2..189bb9d19e970739146f575ad19aa6a802834256 100644 (file)
@@ -29,7 +29,7 @@ Options
     -h|--help|-? Show help information
     -v           Show more debug information.
     -a           All setup checks are required (except .htaccess)
-    -f                          "htconfig.php" file
+    -f           prepared config file (e.g. ".htconfig.php" itself)
 HELP;
        }
 
@@ -93,7 +93,7 @@ HELP;
                // Copy config file
                $this->out("Saving config file...\n");
                if ($config_file != '.htconfig.php' && !copy($config_file, '.htconfig.php')) {
-                       throw new \RuntimeException("ERROR: Saving config file failed. Please copy htconfig.php to .htconfig.php manually.\n");
+                       throw new \RuntimeException("ERROR: Saving config file failed. Please copy '$config_file' to '.htconfig.php' manually.\n");
                }
                $this->out(" Complete!\n\n");
                $this->out("\nInstallation is finished\n");