remove ray
This commit is contained in:
@@ -144,7 +144,6 @@ class DatabaseBackupJob implements ShouldQueue, ShouldBeEncrypted
|
|||||||
$commands[] = "docker exec $this->container_name env";
|
$commands[] = "docker exec $this->container_name env";
|
||||||
$envs = instant_remote_process($commands, $this->server);
|
$envs = instant_remote_process($commands, $this->server);
|
||||||
$envs = str($envs)->explode("\n");
|
$envs = str($envs)->explode("\n");
|
||||||
ray($envs);
|
|
||||||
$rootPassword = $envs->filter(function ($env) {
|
$rootPassword = $envs->filter(function ($env) {
|
||||||
return str($env)->startsWith('MARIADB_ROOT_PASSWORD=');
|
return str($env)->startsWith('MARIADB_ROOT_PASSWORD=');
|
||||||
})->first();
|
})->first();
|
||||||
|
|||||||
Reference in New Issue
Block a user