We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feac69 commit d4aef42Copy full SHA for d4aef42
ee/cli/plugins/site.py
@@ -513,7 +513,7 @@ def default(self):
513
setwebrootpermissions(self, data['webroot'])
514
if ee_auth and len(ee_auth):
515
for msg in ee_auth:
516
- Log.info(self, Log.ENDC + msg)
+ Log.info(self, Log.ENDC + msg, log=False)
517
518
if data['wp']:
519
Log.info(self, Log.ENDC + "WordPress admin user :"
0 commit comments