mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Fixed another error
This commit is contained in:
parent
5acea7fd34
commit
4226a00c31
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue