Co-authored-by: Export <donotforgetme@web.de>
This commit is contained in:
Export33
2024-11-11 00:13:29 +01:00
committed by GitHub
parent e06230c68b
commit 6ec929a75c

View File

@@ -320,7 +320,7 @@ function Send-Email {
}
}
else {
$body = "Crtical Error! Restic $Action log is empty or missing. Check log file path."
$body = "Critical Error! Restic $Action log is empty or missing. Check log file path."
$status = "ERROR"
}
$attachments = @{}