Skip to content

Commit

Permalink
Supressed random error, cleaned up update code
Browse files Browse the repository at this point in the history
  • Loading branch information
G2-Games committed Nov 25, 2022
1 parent 5dcf4a7 commit bdcb586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions welcome.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.0.5
export LC_NUMERIC="en_US.UTF-8" #Fix for locales that use , instead of . as a decimal delimiter
export LC_NUMERIC="en_US.UTF-8" &> /dev/null #Fix for locales that use , instead of . as a decimal delimiter
#========Welcome=======#
welcome () {
msg="Welcome" # Default
Expand Down Expand Up @@ -151,7 +151,7 @@ updates () {
if [[ -a ~/.welcome/updates ]]; then
rm ~/.welcome/updates
fi
return 1
return 0
}

pid=$(echo $$)
Expand Down

0 comments on commit bdcb586

Please sign in to comment.