diff --git a/server.js b/server.js index 164b664..5869cc1 100644 --- a/server.js +++ b/server.js @@ -136,7 +136,7 @@ class ScriptExecutionHandler { } // Start script execution with pty for proper TTY support - const childProcess = ptySpawn('bash', [scriptPath], { + const childProcess = ptySpawn('bash', [resolvedPath], { cwd: scriptsDir, name: 'xterm-256color', cols: 80,