mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix script
This commit is contained in:
@@ -31,7 +31,7 @@ const init: Function = (): void => {
|
||||
|
||||
for (let line of linesInEnv) {
|
||||
// this is a comment, ignore.
|
||||
if (!line.startsWith(envValToReplace)) {
|
||||
if (!line.startsWith('export '+envValToReplace)) {
|
||||
linesToRender.push(line);
|
||||
} else {
|
||||
found = true;
|
||||
|
||||
Reference in New Issue
Block a user