From 09c5b47898e3a63af22599fb6b6a6692ad60c1d1 Mon Sep 17 00:00:00 2001 From: "vlad.iovanov" Date: Mon, 10 Nov 2014 20:09:57 -0800 Subject: [PATCH] Modify buildpack to list URL access rights --- runner/start.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runner/start.bat b/runner/start.bat index 16dbbe5..d973e7a 100644 --- a/runner/start.bat +++ b/runner/start.bat @@ -1,5 +1,9 @@ @echo off +echo "URL Access Rights:" + +netsh http show urlacl + echo "Starting the console app ..." call %HOME%\run.bat