Skip to content
Snippets Groups Projects
Commit f9de68d9 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard: Committed by Niko Ehrenfeuchter (adm)
Browse files

Marker comments delimiting function definitions.

Refers to #13
parent d8f15941
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ $Me = $MyInvocation.MyCommand -replace '.ps1'
### function definitions #####################################################
function Check-ServiceState([string]$ServiceName) {
$Continue = $True
try {
......@@ -227,6 +229,8 @@ function Log-Info([string]$Message) {
Log-Message -Type Information -Message $Message -Id 1
}
################################################################################
# first check if the service is installed and running at all
......
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