From: charleswrayjr Date: Mon, 8 Sep 2025 16:39:04 +0000 (-0500) Subject: Testing vpn paths. X-Git-Url: https://git.phasecustomsoft.com/static/git-favicon.png?a=commitdiff_plain;h=62189262b9f1875e4cea84ec3acb507e8a707904;p=phs-api.git Testing vpn paths. --- diff --git a/src/controllers/vpn.controller.js b/src/controllers/vpn.controller.js index 8cecaaa..23165b8 100644 --- a/src/controllers/vpn.controller.js +++ b/src/controllers/vpn.controller.js @@ -12,6 +12,7 @@ const parseVpnStatus = ( output ) => { const lValues = [ 'lines:', lines ].join( ' ' ); logger.info( lValues ); + console.log( lValues ); // Find indices using a single pass let sIndex = -1, mIndex = -1, eIndex = -1; lines.forEach( ( line, i ) => {