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

Merge pull request #112 from overleaf/msm-message-upgrade

Improve messaging on upgrade scripts
This commit is contained in:
Miguel Serrano 2022-09-22 12:14:56 +02:00 committed by GitHub
commit ed6812a629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ function handle_image_upgrade() {
echo "At this point, we recommend backing up your data before proceeding"
echo "!! WARNING: Only do this while the docker services are stopped!!"
local should_proceed="n"
read -r -p "Proceed? [y/n] " should_proceed
read -r -p "Proceed with the upgrade? [y/n] " should_proceed
if [[ ! "$should_proceed" =~ [Yy] ]]; then
echo "Not proceeding with upgrade"
return 1