mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fixed script.
This commit is contained in:
parent
19ac0fce36
commit
2259d4fae5
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ function checkMissing(vars) {
|
|||
if (!process.env[key]) {
|
||||
arr.push(key);
|
||||
}
|
||||
return arr;
|
||||
}, []);
|
||||
|
||||
if (missing.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue