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