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

Rename Updater directory.

Refers to #13
parent 6d9b5a04
No related branches found
No related tags found
No related merge requests found
File moved
File moved
...@@ -399,7 +399,6 @@ Exit-IfDirMissing $LogfileUpload "log file target" ...@@ -399,7 +399,6 @@ Exit-IfDirMissing $LogfileUpload "log file target"
Upload-LogFiles Upload-LogFiles
$ConfigUpdated = Update-Configuration $ConfigUpdated = Update-Configuration
$ServiceUpdated = Update-ServiceBinaries $ServiceUpdated = Update-ServiceBinaries
Upload-LogFiles
$msg = "" $msg = ""
if ($ConfigUpdated) { if ($ConfigUpdated) {
...@@ -414,3 +413,5 @@ if ($msg -ne "") { ...@@ -414,3 +413,5 @@ if ($msg -ne "") {
Send-MailReport -Subject "Config and / or service has been updated!" ` Send-MailReport -Subject "Config and / or service has been updated!" `
-Body $msg -Body $msg
} }
Upload-LogFiles
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