From f89d8381c79c110ed5337b4f67db7a1387458b2f Mon Sep 17 00:00:00 2001 From: mango Date: Mon, 2 Feb 2026 07:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E7=A1=AE=E8=AE=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vps-snapshot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vps-snapshot.sh b/vps-snapshot.sh index 9360e47..cd88f3c 100755 --- a/vps-snapshot.sh +++ b/vps-snapshot.sh @@ -579,9 +579,9 @@ migrate_server() { echo -e "源: ${src_user}@${src_ip}" echo -e "目标: 当前服务器" echo "" - read -p "输入 MIGRATE 确认迁移: " confirm + read -p "输入 确认迁移 继续: " confirm - if [ "$confirm" != "MIGRATE" ]; then + if [ "$confirm" != "确认迁移" ]; then rm -f "$local_snapshot" echo "已取消" return 1