From 4226a00c31e4a614ca55ce917a119365dc822449 Mon Sep 17 00:00:00 2001
From: g2 <ke0bhogsg@gmail.com>
Date: Fri, 30 Sep 2022 10:13:38 -0500
Subject: [PATCH] Fixed another error

---
 welcome.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/welcome.sh b/welcome.sh
index a802868..b5c55e9 100755
--- a/welcome.sh
+++ b/welcome.sh
@@ -106,6 +106,7 @@ updates () {
   brew=0
   flatpak=0
   chk=0
+  updates=0
 
   # Check for updates from different places... wonder if there's a better way
 
@@ -164,7 +165,7 @@ updates () {
   exec 3>&-
 
   if [ -a updates ]; then
-    updates=$(cat updates)
+    updates=$(cat ~/.welcome/updates)
     rm ~/.welcome/updates
   fi