CLI/Webserver Setup: Don't print "# Your %s configuration"

I want to copy the config only.

refs #6120
This commit is contained in:
Eric Lippmann 2014-11-13 13:42:22 +01:00
parent a0d4b6eee6
commit 36d3c3e3d5
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ class ConfigCommand extends Command
Logger::info($this->translate('Successfully written %d bytes to file'), $re);
return true;
}
printf("# Your %s configuration:\n", $type);
echo $config;
return true;
}