diff --git a/index.js b/index.js index 41f0520..d4fcf58 100644 --- a/index.js +++ b/index.js @@ -16,6 +16,7 @@ const keyPath = path.join(__dirname, '.ssh'); const keyFiles = fs.readdirSync(keyPath); const keyFile = keyFiles[0]; // read the key file +console.log(`Using key file: ${keyFile}`); const privateKey = fs.readFileSync(".ssh/" + keyFile, 'utf8'); // FreePBX GraphQL Client