mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
Updated help-text
accidentaly changed `htconfig.php` (reverted)
This commit is contained in:
parent
95ef07d67b
commit
559250b8b3
2 changed files with 11 additions and 8 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue