Skip to content

Commit

Permalink
Merge pull request #3460 from carlobeltrame/fix-twemoji-no-internet
Browse files Browse the repository at this point in the history
Fix startup without internet connection
  • Loading branch information
carlobeltrame committed May 16, 2023
2 parents eda9d41 + c2f9189 commit af16acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/install-twemoji.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
else
echo 'twemoji are already present, updating them to the latest version...'
cd public/twemoji
git pull
git pull || echo 'Could not update twemoji. Skipping for now...'
fi

echo 'twemoji images should be up to date now.'

0 comments on commit af16acf

Please sign in to comment.