Updated help-text

accidentaly changed `htconfig.php` (reverted)
This commit is contained in:
Philipp Holzer 2018-05-01 13:21:42 +02:00
parent 95ef07d67b
commit 559250b8b3
2 changed files with 11 additions and 8 deletions

View file

@ -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");