mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +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]) {
|
if (!process.env[key]) {
|
||||||
arr.push(key);
|
arr.push(key);
|
||||||
}
|
}
|
||||||
|
return arr;
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
if (missing.length) {
|
if (missing.length) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue