From 526b4081bc505e2171a7ec2882f5166bb7b3f71c Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 16 Jul 2025 10:50:03 +0800 Subject: [PATCH] refactor: update fatal message. --- installer/start-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/start-all.sh b/installer/start-all.sh index 82abc483c..245b76958 100644 --- a/installer/start-all.sh +++ b/installer/start-all.sh @@ -4,8 +4,8 @@ set -e if [ -f "/opt/maxkb/PG_VERSION" ]; then # 如果是v1版本一键安装的的目录则退出 - echo "The existing data is from v1 and is not compatible with v2, installing v2 over v1 is not supported." - echo "The process will now exit." + echo "FATAL ERROR: Upgrade from v1 to v2 is not supported." + echo "The process will exit." exit 1 fi