mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
fix init
This commit is contained in:
parent
2a4b8b39fa
commit
251c2fb215
@ -39,4 +39,4 @@ const init: Function = (): void => {
|
||||
fs.writeFileSync('./config.env', linesInEnv.join('\n'));
|
||||
};
|
||||
|
||||
await init();
|
||||
init();
|
||||
|
@ -50,4 +50,4 @@ const init: Function = (): void => {
|
||||
fs.writeFileSync('./config.env', linesToRender.join('\n'));
|
||||
};
|
||||
|
||||
await init();
|
||||
init();
|
||||
|
Loading…
Reference in New Issue
Block a user