some updates

This commit is contained in:
2016-06-26 04:07:03 +02:00
parent ef2b31b4b2
commit 38165f11db
7 changed files with 18 additions and 4 deletions

View File

@ -77,7 +77,7 @@ export class SshKey {
read(filePathArg){
}
store(dirPathArg?:string){
store(dirPathArg:string){
plugins.fs.ensureDirSync(dirPathArg);
let fileNameBase = this.host;
if(this._privKey){