Fixed update not getting checked... again

This commit is contained in:
G2-Games 2022-11-25 00:45:14 -06:00
parent df8decfd6e
commit 5dcf4a77f8

View file

@ -164,7 +164,7 @@ updates () {
exec 2>&3
exec 3>&-
if [[ -a updates ]]; then
if [[ -a ~/.welcome/updates ]]; then
updates=$(cat ~/.welcome/updates)
rm ~/.welcome/updates
fi