Rebuild dist/

This commit is contained in:
Jano Paetzold 2025-01-08 18:09:13 +01:00
parent 28f6a06f87
commit 7e04477f79

4
dist/index.js vendored
View file

@ -335,7 +335,9 @@ try {
}
const homeSsh = homePath + '/.ssh';
fs.mkdirSync(homeSsh, { recursive: true });
if (!fs.existsSync(buildDir)) {
fs.mkdirSync(homeSsh, { recursive: true });
}
console.log("Starting ssh-agent");