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

reworded env reference

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
This commit is contained in:
Miguel Serrano 2024-11-18 13:45:26 +01:00 committed by GitHub
parent e6e45a1509
commit 5858ce8fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,7 +165,7 @@ function handle_image_upgrade() {
echo " You're using a custom git bridge image: $GIT_BRIDGE_IMAGE"
echo " Upgrade of your custom image is skipped. You need to pull the image separately, making sure that:"
echo " 1. The Docker image is tagged with the new version: $SEED_IMAGE_VERSION"
echo " 2. The environment variable GIT_BRIDGE_IMAGE only contains the image name, and not a tag/version."
echo " 2. The config/overleaf.rc entry GIT_BRIDGE_IMAGE only contains the image name, and not a tag/version."
echo " If you try subsequently to restart your instance it will fail until the updated image with"
echo " tag $SEED_IMAGE_VERSION is available in your system"
echo "------------------- WARNING ----------------------"