Skip to content

Commit c0d184c

Browse files
committed
Fix for loop closing brace
1 parent 22c5e53 commit c0d184c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/powershell/maintenance.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function Start-AllServices {
7979
}
8080

8181
Write-Log "$($svc.Name) started in $([math]::Round($stopwatch.Elapsed.TotalSeconds, 1))s." "SUCCESS"
82+
}
8283
}
8384

8485
# -- Database backup ----------------------------------------------------------

0 commit comments

Comments
 (0)