mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-24 18:55:38 +02:00
Simple rename
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
TaskKill /im thunderbird.exe
|
||||
if ($lastExitCode -ne "0") {
|
||||
& "$PSScriptRoot/speak-english.ps1" "Sorry, can't close Mozilla Thunderbird"
|
||||
& "$PSScriptRoot/speak-english.ps1" "Sorry, Mozilla Thunderbird isn't running."
|
||||
exit 1
|
||||
}
|
||||
exit 0 # success
|
||||
|
Reference in New Issue
Block a user