fix: silent return if envs are empty or not set.
This commit is contained in:
parent
ca56b1462d
commit
a43805e24b
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ public function run(): void
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! env('ROOT_USER_EMAIL') || ! env('ROOT_USER_PASSWORD')) {
|
if (! env('ROOT_USER_EMAIL') || ! env('ROOT_USER_PASSWORD')) {
|
||||||
echo "\n ERROR ROOT_USER_EMAIL and ROOT_USER_PASSWORD environment variables are required for root user creation.\n\n";
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue