1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Print number of mismatching variables in overleaf.rc

This commit is contained in:
Jakob Ackermann 2024-02-26 16:47:53 +00:00
parent 9a9c5b5512
commit 84393ce277
No known key found for this signature in database
GPG key ID: 30C56800FCA3828A

View file

@ -24,7 +24,7 @@ function check_sharelatex_env_vars() {
if [ "$rc_occurrences" -gt 0 ]; then
echo "Rebranding from ShareLaTeX to Overleaf"
echo " The Toolkit has adopted to Overleaf brand for its variables."
echo " Your config/overleaf.rc still has variables using the previous ShareLaTeX brand."
echo " Your config/overleaf.rc still has $rc_occurrences variables using the previous ShareLaTeX brand."
echo " Moving forward the 'SHARELATEX_' prefixed variables must be renamed to 'OVERLEAF_'."
echo " You can migrate your config/overleaf.rc to use the Overleaf brand by running:"
echo ""