remove ray
This commit is contained in:
parent
ccf63c67e8
commit
457c16c4dc
1 changed files with 0 additions and 1 deletions
|
|
@ -144,7 +144,6 @@ public function handle(): void
|
|||
$commands[] = "docker exec $this->container_name env";
|
||||
$envs = instant_remote_process($commands, $this->server);
|
||||
$envs = str($envs)->explode("\n");
|
||||
ray($envs);
|
||||
$rootPassword = $envs->filter(function ($env) {
|
||||
return str($env)->startsWith('MARIADB_ROOT_PASSWORD=');
|
||||
})->first();
|
||||
|
|
|
|||
Loading…
Reference in a new issue