mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix preinstall script
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import fs from 'fs';
|
||||
|
||||
const init: Function = (): void => {
|
||||
const tempate: string = fs.readFileSync('./config.tpl.env', 'utf8');
|
||||
const tempate: string = fs.readFileSync('./config.example.env', 'utf8');
|
||||
const env: string = fs.readFileSync('./config.env', 'utf8');
|
||||
|
||||
const linesInTemplate: Array<string> = tempate.split('\n');
|
||||
|
||||
Reference in New Issue
Block a user