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:
commit
ed6812a629
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue