From e365d3f8597ea1e5f1e875a4254ff30808d900e5 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Sat, 6 Apr 2019 07:44:27 -0600 Subject: [PATCH] Fixes #735 (#736) --- src/UniversalDashboard/UniversalDashboardServer.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UniversalDashboard/UniversalDashboardServer.psm1 b/src/UniversalDashboard/UniversalDashboardServer.psm1 index 56cae98a..821b85cc 100644 --- a/src/UniversalDashboard/UniversalDashboardServer.psm1 +++ b/src/UniversalDashboard/UniversalDashboardServer.psm1 @@ -1520,7 +1520,7 @@ function Publish-UDDashboard { $binPath = [System.IO.Path]::Combine($TargetPath, "net472", "UniversalDashboard.Server.exe") - sc.exe create UniversalDashboard DisplayName="PowerShell Universal Dashboard" binPath="$binPath --run-as-service" start="$ServiceStart" + sc.exe create UniversalDashboard DisplayName= "PowerShell Universal Dashboard" binPath= "$binPath --run-as-service" start= "$ServiceStart" Write-Verbose "Starting service UniversalDashboard" sc.exe start UniversalDashboard