CLI/Webserver Setup: Don't print "# Your %s configuration"
I want to copy the config only. refs #6120
This commit is contained in:
parent
a0d4b6eee6
commit
36d3c3e3d5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue