First, don’t worry about the translation what is really not a problem, try to point us what is all about. It is not clear at first glance that you are writing about environment init tool.
Second, do we really need the change? What is the purpose of it? The tool works correctly in my opinion.
Yes I understand…
Rereading the message it is not clear to me either. sorry.
The ./init file creates the boot environment for the project.
I start by downloading Yii2, then create the initial configurations:
./enviroments/[dev/prod]/common/config/[db.php|db2.php]
then I execute: ./init
and continued the project…
That’s where I found that Yii2 copies the content and not the link… because when editing the file in the initial path it does not make the change. In the first few times I downloaded, ran the init and continued the project.
I agree with what you say: “The tool works correctly.” I don’t know if everyone needs this change, it was a suggestion to save time and make things easier.
It was with the intention of collaborating, but this affects or delays the work.
Excuse me
After initialization made by the script it is more correct to do any further changes in config files that were prepared by it, e.g. common/config/* frontend/config/* etc.