Skip to content
Snippets Groups Projects
Commit 2dd12bc6 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Homogenize whitespace / line spacing.

parent c7240f5f
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ function ServiceIsBusy {
}
}
function Stop-TrayApp() {
try {
Stop-Process -Name "ATxTray" -Force -ErrorAction Stop
......@@ -351,6 +352,7 @@ function Update-ServiceBinaries {
Return $True
}
function NewServiceBinaries-Available {
$MarkerFile = "$($UpdPathMarkerFiles)\$($env:COMPUTERNAME)"
if (Test-Path "$MarkerFile" -Type Leaf) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment