Skip to content

Commit 526b408

Browse files
refactor: update fatal message.
1 parent bc87944 commit 526b408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/start-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e
44

55
if [ -f "/opt/maxkb/PG_VERSION" ]; then
66
# 如果是v1版本一键安装的的目录则退出
7-
echo "The existing data is from v1 and is not compatible with v2, installing v2 over v1 is not supported."
8-
echo "The process will now exit."
7+
echo "FATAL ERROR: Upgrade from v1 to v2 is not supported."
8+
echo "The process will exit."
99
exit 1
1010
fi
1111

0 commit comments

Comments
 (0)