Fixed another error

This commit is contained in:
g2 2022-09-30 10:13:38 -05:00
parent 5acea7fd34
commit 4226a00c31

View file

@ -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