Skip to content

Commit

Permalink
Update SteamAutoShutdown.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 authored Mar 26, 2023
1 parent f34615a commit 98f175e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SteamAutoShutdown.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ function UpdateStatus {
$shutdownLabel.Foreground = 'LightGray'
if ($previousDownloadState) {
$window.Close()
Write-Log -message 'Shutdown has been triggered'
Stop-Computer
Write-Log -message 'Shutdown has been triggered'
Stop-Computer -Force
}
}
})
Expand Down

0 comments on commit 98f175e

Please sign in to comment.