mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 14:26:10 +01:00
Update on-desktop-login.ps1
This commit is contained in:
parent
0812b4b2a7
commit
4363159c9e
@ -13,7 +13,6 @@
|
||||
#>
|
||||
|
||||
try {
|
||||
& "$PSScriptRoot/write-big.ps1" "Welcome back"
|
||||
" "
|
||||
& "$PSScriptRoot/check-uptime.ps1"
|
||||
& "$PSScriptRoot/check-pending-reboot.ps1"
|
||||
@ -33,7 +32,7 @@ try {
|
||||
& "$PSScriptRoot/fetch-repos.ps1"
|
||||
" "
|
||||
& "$PSScriptRoot/play-big-ben.ps1"
|
||||
& "$PSScriptRoot/write-clock.ps1"
|
||||
& "$PSScriptRoot/watch-news.ps1"
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user