Update check-health.ps1

This commit is contained in:
Markus Fleschutz 2021-09-21 21:06:10 +02:00
parent 5db15b88df
commit 37f51333aa

View File

@ -14,7 +14,7 @@
$Hostname = $(hostname)
$Healthy = 1
"Checking health of $Hostname ..."
"Checking $Hostname's health..."
& "$PSScriptRoot/check-swap-space.ps1"
if ($lastExitCode -ne "0") { $Healthy = 0 }