This will help to identify the banner message in other tools. Signed-off-by: ?ubom?r Carik <Lubomir.Carik at gmail.com> --- vpnc-script-win.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpnc-script-win.js b/vpnc-script-win.js index 709721b..8df9651 100644 --- a/vpnc-script-win.js +++ b/vpnc-script-win.js @@ -187,9 +187,9 @@ case "connect": } if (env("CISCO_BANNER")) { - echo("--------------------------------------------------"); + echo("--------------------- BANNER ---------------------"); echo(env("CISCO_BANNER")); - echo("--------------------------------------------------"); + echo("------------------- BANNER end -------------------"); } break; case "disconnect": -- 2.12.0.windows.1