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.
2 parents 942d8dd + 263c2cc commit 3d09085Copy full SHA for 3d09085
php/EE/Runner.php
@@ -486,7 +486,7 @@ public function init_logger() {
486
}
487
488
if ( ! is_writable( EE_CONF_ROOT ) ) {
489
- EE::err( 'Please run `ee` as root user.' );
+ EE::err( 'Please run `ee` with root privileges.' );
490
491
492
if ( !empty( $this->arguments[0] ) && 'cli' === $this->arguments[0] && ! empty( $this->arguments[1] ) && 'info' === $this->arguments[1] && ! $this->config['ssh'] ) {
@@ -624,7 +624,7 @@ private function ensure_present_in_config( $var, $default) {
624
$this->add_var_to_config_file( $var, $config_file_path );
625
return;
626
627
- EE::err("Please run `ee` as root user.");
+ EE::err("Please run `ee` with root privileges.");
628
629
630
0 commit comments