From 6f443680f3c0a47c7edfef8a13ae5b971f25f396 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 17 Jul 2023 14:02:51 +0200 Subject: [PATCH] typo --- apps/api/prisma/seed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/prisma/seed.js b/apps/api/prisma/seed.js index 659592c81..afabadf48 100644 --- a/apps/api/prisma/seed.js +++ b/apps/api/prisma/seed.js @@ -115,7 +115,7 @@ async function reEncryptSecrets() { await execaCommand(`sed -i '/COOLIFY_SECRET_KEY_BETTER=/d' .env`, { shell: true }); await execaCommand(`echo "COOLIFY_SECRET_KEY=${secretNew}" >> .env`, { shell: true }); await execaCommand('echo "COOLIFY_SECRET_KEY_BETTER=' + secretNew + '" >> .env ', { - shell: trueps + shell: true }); await execaCommand(`echo "COOLIFY_SECRET_KEY_OLD_${date}=${secretOld}" >> .env`, { shell: true