Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Fixes #735 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll authored Apr 6, 2019
1 parent c221a06 commit e365d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalDashboard/UniversalDashboardServer.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e365d3f

Please sign in to comment.