mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-21 18:49:07 +08:00
Rebuild dist/
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user