Updated some scripts

This commit is contained in:
Markus Fleschutz
2024-05-26 12:31:05 +02:00
parent c08c36b456
commit 1640c9349d
3 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ try {
$powerScheme = $powerScheme -Replace "\)$",""
$reply += " · power scheme '$powerScheme'"
}
Write-Output $reply
Write-Host $reply
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"