From 7f92f6a183a07627dc6f1d7228f3203b7733490b Mon Sep 17 00:00:00 2001 From: Nadav Weisler <32937058+nadavWeisler@users.noreply.github.com> Date: Tue, 17 Jun 2025 20:27:38 +0300 Subject: [PATCH] feat: update path --- classes/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/app.ts b/classes/app.ts index 7c35cae..664eecf 100644 --- a/classes/app.ts +++ b/classes/app.ts @@ -14,7 +14,7 @@ export class App { this.generateConfigFile(bot); // Resolve the full path to deploy.sh relative to this file - const scriptPath = path.resolve(__dirname, "..", "deploy.sh"); + const scriptPath = path.resolve(__dirname, "..", "..", "deploy.sh"); // Check if the script exists if (!fs.existsSync(scriptPath)) {