From 5dcf4a77f8783f7761a8e9a30b0d6e9d961fee69 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Fri, 25 Nov 2022 00:45:14 -0600 Subject: [PATCH] Fixed update not getting checked... again --- welcome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/welcome.sh b/welcome.sh index 22c4101..cf3e5c2 100755 --- a/welcome.sh +++ b/welcome.sh @@ -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