From ccc68e991f695a648653f88f7e26c6fb529eea1e Mon Sep 17 00:00:00 2001 From: AlexanderWollbrink <68860592+AlexanderWollbrink@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:41:06 +0200 Subject: [PATCH] Update startForDemo.sh --- src/AasxServerBlazor/startForDemo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AasxServerBlazor/startForDemo.sh b/src/AasxServerBlazor/startForDemo.sh index 9eead6701..7c4458cea 100755 --- a/src/AasxServerBlazor/startForDemo.sh +++ b/src/AasxServerBlazor/startForDemo.sh @@ -1 +1,2 @@ -dotnet AasxServerBlazor.dll --no-security --data-path ./aasxs --external-blazor http://localhost:5001 \ No newline at end of file +#!/bin/bash +dotnet AasxServerBlazor.dll --no-security --data-path ./aasxs --external-blazor http://localhost:5001