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

Fixed comment

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
This commit is contained in:
Miguel Serrano 2024-01-31 14:18:43 +01:00 committed by GitHub
parent 6caf3b0f54
commit 335c94886a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
bin/up
View file

@ -45,7 +45,7 @@ function check_sharelatex_env_vars() {
echo "WARNING: some environment variables defined in config/variables.env"
echo "contain '$invalid_prefix' in their name"
echo "Starting with Overleaf CE and Server Pro 5.0.0 the environment variables"
echo "use the prefix 'OVERLEAF_' instead of '_SHARELATEX'."
echo "use the prefix 'OVERLEAF_' instead of 'SHARELATEX_'."
echo "Please check your config/version and config/variables.env files"
prompt "Do you want to continue?"
fi