mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-23 22:50:47 +00:00
Rebuild dist/
This commit is contained in:
parent
28f6a06f87
commit
7e04477f79
1 changed files with 3 additions and 1 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -335,7 +335,9 @@ try {
|
||||||
}
|
}
|
||||||
|
|
||||||
const homeSsh = homePath + '/.ssh';
|
const homeSsh = homePath + '/.ssh';
|
||||||
fs.mkdirSync(homeSsh, { recursive: true });
|
if (!fs.existsSync(buildDir)) {
|
||||||
|
fs.mkdirSync(homeSsh, { recursive: true });
|
||||||
|
}
|
||||||
|
|
||||||
console.log("Starting ssh-agent");
|
console.log("Starting ssh-agent");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue