]> PHS Git Server - phs-api.git/commitdiff
Testing vpn paths.
authorcharleswrayjr <charleswrayjr@gmail.com>
Mon, 8 Sep 2025 16:39:04 +0000 (11:39 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Mon, 8 Sep 2025 16:39:04 +0000 (11:39 -0500)
src/controllers/vpn.controller.js

index 8cecaaacd8f8d41a28cc58475c373f283dd13959..23165b82fbc0b54a83d47c054ab288d0cd38622a 100644 (file)
@@ -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 ) => {