From e555829f1b9deb9d8cdc91fdcc6eb1486e66720d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 2 Oct 2024 04:03:39 +0800 Subject: [PATCH] Update install.sh --- plugins/pgadmin/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/pgadmin/install.sh b/plugins/pgadmin/install.sh index 971e906df..c126d5278 100755 --- a/plugins/pgadmin/install.sh +++ b/plugins/pgadmin/install.sh @@ -61,6 +61,7 @@ Install_pgadmin() if version_lt "$P_VER" "3.8.0" ;then echo 'Python版本太低,无法安装' + exit 0 fi PG_DIR=${serverPath}/pgadmin/run PG_DATA_DIR=${serverPath}/pgadmin/data