*Remove seed as required option
This commit is contained in:
parent
e1092fb7d8
commit
8d19edb8e0
|
@ -50,7 +50,7 @@ if (fs.existsSync(configDir)) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const setting of ["domain", "seed"]) {
|
for (const setting of ["domain"]) {
|
||||||
if (!config.get(setting)) {
|
if (!config.get(setting)) {
|
||||||
errorExit(`Required config option ${setting} not set`);
|
errorExit(`Required config option ${setting} not set`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue