Rebuild dist/

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

2
dist/index.js vendored
View file

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