diff --git a/bin/upgrade b/bin/upgrade index 05217f0..c5d361c 100755 --- a/bin/upgrade +++ b/bin/upgrade @@ -162,13 +162,13 @@ function handle_image_upgrade() { if [[ $GIT_BRIDGE_ENABLED == "true" ]]; then if [[ -n ${GIT_BRIDGE_IMAGE:-} ]]; then echo "------------------- WARNING ----------------------" - 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 " You're using the custom git bridge image $GIT_BRIDGE_IMAGE" + echo " Before continuing you need to tag the updated image separately, making sure that:" echo " 1. The Docker image is tagged with the new version: $SEED_IMAGE_VERSION" echo " 2. The config/overleaf.rc entry GIT_BRIDGE_IMAGE only contains the image name, and not a tag/version." echo " You wont be able to continue with this upgrade until you've tagged your custom image with $SEED_IMAGE_VERSION" echo "------------------- WARNING ----------------------" - prompt "Have you tagged it?" + prompt "Has the custom image been tagged?" fi set_git_bridge_image_name "$SEED_IMAGE_VERSION" docker pull "$GIT_BRIDGE_IMAGE"