From 2bea52536ceae85a83da024661a00a551ee778a2 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Mon, 13 Mar 2023 22:00:26 -0700 Subject: [PATCH] Initial seed script is now working --- seed.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/seed.ps1 b/seed.ps1 index 1dbb74e..d992a14 100644 --- a/seed.ps1 +++ b/seed.ps1 @@ -1,3 +1,4 @@ +#!/usr/local/bin/pwsh param ( [string] $ApiServer = "http://localhost:5011", [string] $JsonSecrets = "./seed.secrets.json"