Closed michacassola closed 1 year ago
Thanks for the report, @michacassola.
This looks like a duplicate of https://github.com/wp-cli/config-command/issues/160. Closing in favor of that issue.
@danielbachhuber 160 comes after 119. 160 is the duplicate.
Also this was posted nearly 3 years ago. I guess I won't be reporting any issues in this project because it seems to be useless!
wp config [any command] puts a newline between each line in my wp-config.php files
I install WP-CLI as follows because all WordPress folders are owned by
www-data
:Both wrapper commands
sudo runuser -u www-data -- wp-cli $@
andsudo -u www-data -- wp-cli $@
do this.sudo -u www-data -i -- wp-cli $@
gives me this output:This account is currently not available.
The commands I ran so far that put a newline between each line in wp-config.php are:
I think it is a bug? Any help will be appreciated! Thanks in advance!