Skip to content

Commit bd87004

Browse files
fix: wrong PG_VERSION path.
1 parent 43c7d1c commit bd87004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/start-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
if [ -f "/var/lib/postgresql/data/PG_VERSION" ]; then
5+
if [ -f "/opt/maxkb/PG_VERSION" ]; then
66
# 如果是v1版本一键安装的的目录则退出
77
echo "The existing data is from v1 and is not compatible with v2, installing v2 over v1 is not supported."
88
echo "The process will now exit."

0 commit comments

Comments
 (0)