mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-24 10:07:59 +00:00
test 1
This commit is contained in:
parent
3f570f79fc
commit
bc466c9b3a
2 changed files with 2 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -394,6 +394,7 @@ try {
|
||||||
console.log('Configuring deployment key(s)');
|
console.log('Configuring deployment key(s)');
|
||||||
|
|
||||||
child_process.execFileSync(sshAddCmd, ['-L']).toString().trim().split(/\r?\n/).forEach(function(key) {
|
child_process.execFileSync(sshAddCmd, ['-L']).toString().trim().split(/\r?\n/).forEach(function(key) {
|
||||||
|
console.log('Domain regular expression is:', regexDomain);
|
||||||
const parts = key.match(regexDomain);
|
const parts = key.match(regexDomain);
|
||||||
|
|
||||||
if (!parts) {
|
if (!parts) {
|
||||||
|
|
1
index.js
1
index.js
|
@ -58,6 +58,7 @@ try {
|
||||||
console.log('Configuring deployment key(s)');
|
console.log('Configuring deployment key(s)');
|
||||||
|
|
||||||
child_process.execFileSync(sshAddCmd, ['-L']).toString().trim().split(/\r?\n/).forEach(function(key) {
|
child_process.execFileSync(sshAddCmd, ['-L']).toString().trim().split(/\r?\n/).forEach(function(key) {
|
||||||
|
console.log('Domain regular expression is:', regexDomain);
|
||||||
const parts = key.match(regexDomain);
|
const parts = key.match(regexDomain);
|
||||||
|
|
||||||
if (!parts) {
|
if (!parts) {
|
||||||
|
|
Loading…
Reference in a new issue