mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Fixed update not getting checked... again
This commit is contained in:
parent
df8decfd6e
commit
5dcf4a77f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue