master #6

Merged
ofilter merged 2 commits from master into dev 2022-04-09 01:31:25 +02:00
Showing only changes of commit 8c19676906 - Show all commits

View File

@ -31,6 +31,7 @@ class VirtualizationServer {
}
load_hosts(){
[String]::Format("Loading VM from: {0}",$this.url) | Write-Debug
$this.__host_list=@()
$this.__load_hosts()
}
@ -102,7 +103,7 @@ class VirtualizerManager{
[String]::Format("{0}",$Error[0]) | Write-Debug
}
finally {
$message = [string]::Format(">>`tStatus {0}",@("NotOK","OK"))
$message = [string]::Format(">>`tStatus {0}",@("NotOK","OK")[$result])
Write-Host $message
}
return $result