Update the scripts

This commit is contained in:
Markus Fleschutz
2021-10-19 09:43:25 +02:00
parent 3dcc84e4dd
commit c05fcfe32b
6 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ try {
write-warning "Swap space has only $Free GB left to use! ($Used of $Total GB used, minimum is $MinLevel GB)"
exit 1
}
"✔️ Swap space has $Free GB left ($Used of $Total GB used)"
"✔️ Swap space has $Free GB left ($Total GB total)"
exit 0 # success
} catch {
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"