From 4363159c9e173255294f3f81c7e6ce377e18fc86 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 23 May 2024 07:29:33 +0200 Subject: [PATCH] Update on-desktop-login.ps1 --- scripts/on-desktop-login.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/on-desktop-login.ps1 b/scripts/on-desktop-login.ps1 index 6b8c12bc..6db42d78 100755 --- a/scripts/on-desktop-login.ps1 +++ b/scripts/on-desktop-login.ps1 @@ -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])"